mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 17:40:28 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fa9fafb73 | ||
|
|
ad042ad7b1 | ||
|
|
a085553f57 | ||
|
|
06af96936d | ||
|
|
0b8b246f3d | ||
|
|
9b917368c2 |
1
.clippy.toml
Normal file
1
.clippy.toml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
avoid-breaking-exported-api = false
|
||||||
8
.github/.cspell/organization-dictionary.txt
vendored
8
.github/.cspell/organization-dictionary.txt
vendored
@@ -79,15 +79,20 @@ xous
|
|||||||
|
|
||||||
// Rust other
|
// Rust other
|
||||||
alloc
|
alloc
|
||||||
|
bools
|
||||||
|
builtins
|
||||||
canonicalize
|
canonicalize
|
||||||
consts
|
consts
|
||||||
deque
|
deque
|
||||||
doctest
|
doctest
|
||||||
hasher
|
hasher
|
||||||
|
impls
|
||||||
inlateout
|
inlateout
|
||||||
intrinsics
|
intrinsics
|
||||||
lateout
|
lateout
|
||||||
msrv
|
msrv
|
||||||
|
nomem
|
||||||
|
nostack
|
||||||
peekable
|
peekable
|
||||||
punct
|
punct
|
||||||
repr
|
repr
|
||||||
@@ -99,16 +104,19 @@ supertrait
|
|||||||
supertraits
|
supertraits
|
||||||
toolchains
|
toolchains
|
||||||
uninit
|
uninit
|
||||||
|
unsized
|
||||||
upcastable
|
upcastable
|
||||||
|
|
||||||
// Other
|
// Other
|
||||||
connrefused
|
connrefused
|
||||||
cygwin
|
cygwin
|
||||||
|
dpkg
|
||||||
euxo
|
euxo
|
||||||
msys
|
msys
|
||||||
noninteractive
|
noninteractive
|
||||||
noprofile
|
noprofile
|
||||||
norc
|
norc
|
||||||
|
nproc
|
||||||
pipefail
|
pipefail
|
||||||
powerset
|
powerset
|
||||||
proto
|
proto
|
||||||
|
|||||||
1
.github/.cspell/project-dictionary.txt
vendored
1
.github/.cspell/project-dictionary.txt
vendored
@@ -3,7 +3,6 @@ bytecodealliance
|
|||||||
coreutils
|
coreutils
|
||||||
distro
|
distro
|
||||||
doas
|
doas
|
||||||
Dpkg
|
|
||||||
dprint
|
dprint
|
||||||
enablerepo
|
enablerepo
|
||||||
epel
|
epel
|
||||||
|
|||||||
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -13,6 +13,15 @@ on:
|
|||||||
- cron: '0 1 * * *'
|
- cron: '0 1 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_INCREMENTAL: 0
|
||||||
|
CARGO_NET_GIT_FETCH_WITH_CLI: true
|
||||||
|
CARGO_NET_RETRY: 10
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
RUST_BACKTRACE: 1
|
||||||
|
RUSTFLAGS: -D warnings
|
||||||
|
RUSTUP_MAX_RETRIES: 10
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.3.2] - 2023-01-20
|
||||||
|
|
||||||
|
- Update `just@latest` to 1.12.0.
|
||||||
|
|
||||||
|
- Update `cargo-no-dev-deps@latest` to 0.2.0.
|
||||||
|
|
||||||
## [2.3.1] - 2023-01-18
|
## [2.3.1] - 2023-01-18
|
||||||
|
|
||||||
- Update `dprint@latest` to 0.34.4.
|
- Update `dprint@latest` to 0.34.4.
|
||||||
@@ -571,7 +577,8 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.3.1...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.3.2...HEAD
|
||||||
|
[2.3.2]: https://github.com/taiki-e/install-action/compare/v2.3.1...v2.3.2
|
||||||
[2.3.1]: https://github.com/taiki-e/install-action/compare/v2.3.0...v2.3.1
|
[2.3.1]: https://github.com/taiki-e/install-action/compare/v2.3.0...v2.3.1
|
||||||
[2.3.0]: https://github.com/taiki-e/install-action/compare/v2.2.3...v2.3.0
|
[2.3.0]: https://github.com/taiki-e/install-action/compare/v2.2.3...v2.3.0
|
||||||
[2.2.3]: https://github.com/taiki-e/install-action/compare/v2.2.2...v2.2.3
|
[2.2.3]: https://github.com/taiki-e/install-action/compare/v2.2.2...v2.2.3
|
||||||
|
|||||||
@@ -20,7 +20,30 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.0"
|
"version": "0.2.0"
|
||||||
|
},
|
||||||
|
"0.2": {
|
||||||
|
"version": "0.2.0"
|
||||||
|
},
|
||||||
|
"0.2.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "446d7879e260d1a6170ee105c211255e0729d2db50d4d6378c60ebc19b26b056"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "7eb91033a29c16c02a67162858adcd592804b3f393b981a3f0e00c1c3ce7a29c"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "aa49deac93a3bf7d29809f5b687e1e39ad5dcb21d7f227c9690a400846dda144"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "085738eb7b1377034c2f569bd6a6402499a1f2e71d5e89bccaa5d85303c32627"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "9854154d4f044807dd1ad06c9b2a94f93e0f8551f44c90cab1a955eb909457a2"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"checksum": "8fafabd875be78457349ad2c860793d28a92efaf881de16fcda3e68bf9286baf"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.0"
|
"version": "0.1.0"
|
||||||
|
|||||||
@@ -17,10 +17,30 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.11.0"
|
"version": "1.12.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.11.0"
|
"version": "1.12.0"
|
||||||
|
},
|
||||||
|
"1.12": {
|
||||||
|
"version": "1.12.0"
|
||||||
|
},
|
||||||
|
"1.12.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "a8e1278f3a2c81384f9a146e74fc40b5204f00776cccfb4da4d36e45716546d4"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "22eeed0bcff05f5cd280345b611a9950b81c3a5b4cabb925cf5c0c77475b2dfd"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "a19d34d8b08e08a2d5b6839db6ece5bfd05faefa45b8924ecbe93f07d3e86e76"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "a8f990336308179103c7776b463f89d751d7c910b757765dd47713b4a32b93a1"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "d08bcc10a690fed8db84e7a64c8665e69d56ad601a85fa970f0a82bee23ec204"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.11": {
|
"1.11": {
|
||||||
"version": "1.11.0"
|
"version": "1.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user