mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 19:00:25 +00:00
Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
daa3c1f1f9 | ||
|
|
f51cb331c7 | ||
|
|
6aca1cfa12 | ||
|
|
afd4ec3cf7 | ||
|
|
3aab944b2c | ||
|
|
9cd3d1b2b5 | ||
|
|
1c861c252b | ||
|
|
ec15fa7ca8 | ||
|
|
7b00681e7b | ||
|
|
0e9faa0611 | ||
|
|
85bec0d843 | ||
|
|
a1f895c56a | ||
|
|
63f2419bb6 | ||
|
|
be555735b6 |
1
.github/.cspell/project-dictionary.txt
vendored
1
.github/.cspell/project-dictionary.txt
vendored
@@ -7,7 +7,6 @@ cygdrive
|
||||
deepsource
|
||||
distro
|
||||
doas
|
||||
dprint
|
||||
enablerepo
|
||||
epel
|
||||
espup
|
||||
|
||||
26
CHANGELOG.md
26
CHANGELOG.md
@@ -10,6 +10,26 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.49.40] - 2025-03-31
|
||||
|
||||
- Update `typos@latest` to 1.31.1.
|
||||
|
||||
## [2.49.39] - 2025-03-30
|
||||
|
||||
- Downgrade `cargo-lambda@latest` to 1.8.0. ([#923](https://github.com/taiki-e/install-action/pull/923))
|
||||
|
||||
## [2.49.38] - 2025-03-29
|
||||
|
||||
- Update `cargo-lambda@latest` to 1.8.1.
|
||||
|
||||
- Update `typos@latest` to 1.31.0.
|
||||
|
||||
- Update `trunk@latest` to 0.21.12.
|
||||
|
||||
## [2.49.37] - 2025-03-27
|
||||
|
||||
- Update `trunk@latest` to 0.21.11.
|
||||
|
||||
## [2.49.36] - 2025-03-27
|
||||
|
||||
- Update `release-plz@latest` to 0.3.129.
|
||||
@@ -3738,7 +3758,11 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.36...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.40...HEAD
|
||||
[2.49.40]: https://github.com/taiki-e/install-action/compare/v2.49.39...v2.49.40
|
||||
[2.49.39]: https://github.com/taiki-e/install-action/compare/v2.49.38...v2.49.39
|
||||
[2.49.38]: https://github.com/taiki-e/install-action/compare/v2.49.37...v2.49.38
|
||||
[2.49.37]: https://github.com/taiki-e/install-action/compare/v2.49.36...v2.49.37
|
||||
[2.49.36]: https://github.com/taiki-e/install-action/compare/v2.49.35...v2.49.36
|
||||
[2.49.35]: https://github.com/taiki-e/install-action/compare/v2.49.34...v2.49.35
|
||||
[2.49.34]: https://github.com/taiki-e/install-action/compare/v2.49.33...v2.49.34
|
||||
|
||||
22
manifests/cargo-lambda.json
generated
22
manifests/cargo-lambda.json
generated
@@ -28,6 +28,28 @@
|
||||
"1.8": {
|
||||
"version": "1.8.0"
|
||||
},
|
||||
"1.8.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6FB32CDFCDEB",
|
||||
"checksum": "75a94e38c88a497c7a79d1f783985a9502aced857a5e8dd6b8f3277766b3a687"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6FB32DB7FC17",
|
||||
"checksum": "e9aaa0d27547cbe121a0c2b7892d5776f72c025425ae8b81e15bddda7051eb25"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6FB32EA45EC8",
|
||||
"checksum": "64fd09490bc551d70109f3a931e54e1fadffe531cea672c40ca7593b7f017f16"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD6FB32F844C68",
|
||||
"checksum": "b22d6d5c44019c4421a538003c3845224084ac85ef06746586d7508207e58eef"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6FB33064AEB5",
|
||||
"checksum": "e283b609c895c7ba99c14bd61a2b4662e18bd401537b5d685509e2968653e87b"
|
||||
}
|
||||
},
|
||||
"1.8.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD640D966E4B11",
|
||||
|
||||
48
manifests/trunk.json
generated
48
manifests/trunk.json
generated
@@ -19,10 +19,54 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.21.9"
|
||||
"version": "0.21.12"
|
||||
},
|
||||
"0.21": {
|
||||
"version": "0.21.9"
|
||||
"version": "0.21.12"
|
||||
},
|
||||
"0.21.12": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6D49B2E55F7A",
|
||||
"checksum": "683a3122e4cb37af57f4159e56c867611a88402839dc1f5bac81722dc3e47e3d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6D49B27100BB",
|
||||
"checksum": "9c6f2c3d4824e0ef16726526f3fbe48b291beead5e73e746f89025dd54235cf7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6D49B2AC405B",
|
||||
"checksum": "701ce9edbf3d63d15f7c0c6e7e80b1d27adfaf2e6d27d66ecff91e85500f2416"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD6D49B247AE41",
|
||||
"checksum": "c72083ae71826a7553bcd886587a24d2195e9d7c9e8506db249b9b8fc54848cb"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6D49B24CB1B0",
|
||||
"checksum": "58c8d461bdbb07fde1e2679a2523b4ebde48186d625eb81f5e84c564983d73a0"
|
||||
}
|
||||
},
|
||||
"0.21.11": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6D0F12F56C95",
|
||||
"checksum": "4a1c0cd4a47b7bff471fd3cf677c90122f054084327d645007e4d663eabd33ee"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6D0F123D9A1E",
|
||||
"checksum": "2abed72f63f0e1ef52837044f459ef99a7d5cadf07ac1b61159b58d4192f9cbe"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6D0F12A708B0",
|
||||
"checksum": "70450441a9096f7d05cd6b3ce937caf7014dcb7870ead55558ee91422351c126"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD6D0F121703C9",
|
||||
"checksum": "3952302a1015455e94970a6a76db6e49630426ddf495e9c48f00262912706f27"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6D0F12164155",
|
||||
"checksum": "7f41af13183fc7873a65b2974fa98dfd57f55e0c00f87bc5d2bba84ea73d426b"
|
||||
}
|
||||
},
|
||||
"0.21.9": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
43
manifests/typos.json
generated
43
manifests/typos.json
generated
@@ -16,10 +16,49 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "1.30.3"
|
||||
"version": "1.31.1"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.30.3"
|
||||
"version": "1.31.1"
|
||||
},
|
||||
"1.31": {
|
||||
"version": "1.31.1"
|
||||
},
|
||||
"1.31.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD705FD2718EFE",
|
||||
"checksum": "f683c2abeaff70379df7176110100e18150ecd17a4b9785c32908aca11929993"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD705FFB85D225",
|
||||
"checksum": "5e052ea461debbe03cfbdb2ed28cf0f12efdeda630cc23473db09ed795bf4f71"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD706045F84954",
|
||||
"checksum": "1a8b5a2f2f7aaf9d07ac9b4a2039b9ae38722e12fd4afd5a08d6bdc8435f4279"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD705FFA9F5B5F",
|
||||
"checksum": "a172195e1b1f1e011b3034913d1c87f0bbf0552a096b4ead0e3fa0620f4329cd"
|
||||
}
|
||||
},
|
||||
"1.31.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6E1D6EC2EAB2",
|
||||
"checksum": "3b11f5e3de56ecdc13fedc9425f201c83bd2dd045df938a166d7fed85d238faf"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6E1DD3A10AB4",
|
||||
"checksum": "a8ad3626ada0f9e944f8674a30244e371d0f71a7efe85140e2b5477f09500ae8"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6E1DF2C8E1CD",
|
||||
"checksum": "d1e38e393fefd8e9092b83772726337d44b742e5f17908a84da610426f584f29"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6E1D52F48457",
|
||||
"checksum": "96684058f88bd8343aa992223c9937f399254eb5277f0d297d2ac7b022d990b7"
|
||||
}
|
||||
},
|
||||
"1.30": {
|
||||
"version": "1.30.3"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",
|
||||
"version_range": ">= 1.3.0",
|
||||
"broken": ["1.8.1"],
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
|
||||
@@ -978,9 +978,9 @@ if [[ -f .cspell.json ]]; then
|
||||
printf '%s\n' "${config_new}" >|.cspell.json
|
||||
dependencies_words=''
|
||||
if [[ -n "${has_rust}" ]]; then
|
||||
dependencies_words=$(npx -y cspell@8.17.5 stdin --no-progress --no-summary --words-only --unique <<<"${dependencies}" || true)
|
||||
dependencies_words=$(npx -y cspell stdin --no-progress --no-summary --words-only --unique <<<"${dependencies}" || true)
|
||||
fi
|
||||
all_words=$(ls_files | { grep -Fv "${project_dictionary}" || true; } | npx -y cspell@8.17.5 --file-list stdin --no-progress --no-summary --words-only --unique || true)
|
||||
all_words=$(ls_files | { grep -Fv "${project_dictionary}" || true; } | npx -y cspell --file-list stdin --no-progress --no-summary --words-only --unique || true)
|
||||
printf '%s\n' "${config_old}" >|.cspell.json
|
||||
trap -- 'printf >&2 "%s\n" "${0##*/}: trapped SIGINT"; exit 1' SIGINT
|
||||
cat >|.github/.cspell/rust-dependencies.txt <<EOF
|
||||
@@ -1000,11 +1000,11 @@ EOF
|
||||
error "you may want to mark .github/.cspell/rust-dependencies.txt linguist-generated"
|
||||
fi
|
||||
|
||||
info "running \`git ls-files | npx -y cspell@8.17.5 --file-list stdin --no-progress --no-summary\`"
|
||||
if ! ls_files | npx -y cspell@8.17.5 --file-list stdin --no-progress --no-summary; then
|
||||
info "running \`git ls-files | npx -y cspell --file-list stdin --no-progress --no-summary\`"
|
||||
if ! ls_files | npx -y cspell --file-list stdin --no-progress --no-summary; then
|
||||
error "spellcheck failed: please fix uses of below words or add to ${project_dictionary} if correct"
|
||||
printf '=======================================\n'
|
||||
{ ls_files | npx -y cspell@8.17.5 --file-list stdin --no-progress --no-summary --words-only || true; } | sed "s/'s$//g" | LC_ALL=C sort -f -u
|
||||
{ ls_files | npx -y cspell --file-list stdin --no-progress --no-summary --words-only || true; } | sed "s/'s$//g" | LC_ALL=C sort -f -u
|
||||
printf '=======================================\n\n'
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user