mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-12 15:30:20 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebb475ef6e | ||
|
|
67a92e13cf | ||
|
|
dd5387d253 | ||
|
|
1bfbbd1f21 | ||
|
|
f0b85d4f2b | ||
|
|
ac309afb84 | ||
|
|
23eacbb04f |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -32,7 +32,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tidy:
|
tidy:
|
||||||
uses: taiki-e/workflows/.github/workflows/tidy.yml@main
|
uses: taiki-e/github-actions/.github/workflows/tidy.yml@main
|
||||||
|
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
@@ -129,7 +129,7 @@ jobs:
|
|||||||
# tar and gzip are required for actions/checkout on *-minimal images
|
# tar and gzip are required for actions/checkout on *-minimal images
|
||||||
microdnf install -y tar gzip
|
microdnf install -y tar gzip
|
||||||
fi
|
fi
|
||||||
curl --proto '=https' --tlsv1.2 -fsSL --retry 10 https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable
|
curl --proto '=https' --tlsv1.2 -fsSL --retry 10 https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable --no-modify-path
|
||||||
echo "$HOME/.cargo/bin" >>"${GITHUB_PATH}"
|
echo "$HOME/.cargo/bin" >>"${GITHUB_PATH}"
|
||||||
if: startsWith(matrix.container, 'fedora') || startsWith(matrix.container, 'almalinux') || startsWith(matrix.container, 'centos')
|
if: startsWith(matrix.container, 'fedora') || startsWith(matrix.container, 'almalinux') || startsWith(matrix.container, 'centos')
|
||||||
- name: Install requirements (alpine)
|
- name: Install requirements (alpine)
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ use_try_shorthand = true
|
|||||||
|
|
||||||
# Set the default settings again to always apply the proper formatting without
|
# Set the default settings again to always apply the proper formatting without
|
||||||
# being affected by the editor settings.
|
# being affected by the editor settings.
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
hard_tabs = false
|
hard_tabs = false
|
||||||
newline_style = "Unix"
|
newline_style = "Unix"
|
||||||
tab_spaces = 4
|
tab_spaces = 4
|
||||||
|
|||||||
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.19.4] - 2023-10-05
|
||||||
|
|
||||||
|
- Update `protoc@latest` to 3.24.4.
|
||||||
|
|
||||||
|
## [2.19.3] - 2023-10-03
|
||||||
|
|
||||||
|
- Update `cargo-tarpaulin@latest` to 0.27.1.
|
||||||
|
|
||||||
## [2.19.2] - 2023-09-30
|
## [2.19.2] - 2023-09-30
|
||||||
|
|
||||||
- Update `mdbook@latest` to 0.4.35.
|
- Update `mdbook@latest` to 0.4.35.
|
||||||
@@ -1277,7 +1285,9 @@ 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.19.2...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.19.4...HEAD
|
||||||
|
[2.19.4]: https://github.com/taiki-e/install-action/compare/v2.19.3...v2.19.4
|
||||||
|
[2.19.3]: https://github.com/taiki-e/install-action/compare/v2.19.2...v2.19.3
|
||||||
[2.19.2]: https://github.com/taiki-e/install-action/compare/v2.19.1...v2.19.2
|
[2.19.2]: https://github.com/taiki-e/install-action/compare/v2.19.1...v2.19.2
|
||||||
[2.19.1]: https://github.com/taiki-e/install-action/compare/v2.19.0...v2.19.1
|
[2.19.1]: https://github.com/taiki-e/install-action/compare/v2.19.0...v2.19.1
|
||||||
[2.19.0]: https://github.com/taiki-e/install-action/compare/v2.18.17...v2.19.0
|
[2.19.0]: https://github.com/taiki-e/install-action/compare/v2.18.17...v2.19.0
|
||||||
|
|||||||
21
manifests/cargo-tarpaulin.json
generated
21
manifests/cargo-tarpaulin.json
generated
@@ -18,10 +18,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.27.0"
|
"version": "0.27.1"
|
||||||
},
|
},
|
||||||
"0.27": {
|
"0.27": {
|
||||||
"version": "0.27.0"
|
"version": "0.27.1"
|
||||||
|
},
|
||||||
|
"0.27.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "a32bbf4da747a61348aebfd3dde141506e372618f85149536972c7e6f713e1c5"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "9c833aa8ec463d3825009ebd509e015a479de716aae89bd78ca76bc45607304c"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "f885b42a00f2af183d2a62a2746133c155f6aab6fd4be99d7a6ae062da7b227d"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "5a48b3e552172dc868ea88453d92bad94f716815c9b225af03029d0209c26499"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "60b79c029d99a57dc1b7ffa6823436796f176a515cca088a6869a8fe50af9ee6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.27.0": {
|
"0.27.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
28
manifests/protoc.json
generated
28
manifests/protoc.json
generated
@@ -2,13 +2,35 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.24.3"
|
"version": "3.24.4"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"version": "3.24.3"
|
"version": "3.24.4"
|
||||||
},
|
},
|
||||||
"3.24": {
|
"3.24": {
|
||||||
"version": "3.24.3"
|
"version": "3.24.4"
|
||||||
|
},
|
||||||
|
"3.24.4": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-linux-x86_64.zip",
|
||||||
|
"checksum": "5871398dfd6ac954a6adebf41f1ae3a4de915a36a6ab2fd3e8f2c00d45b50dec"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-osx-x86_64.zip",
|
||||||
|
"checksum": "6c3b6bf4038d733b6d31f1cc4516a656570b5b5aafb966b650f8182afd0b98cf"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-win64.zip",
|
||||||
|
"checksum": "8f3f92fbf7dd2995129e6fe223c07c0aaa97fb182f19cecfb424e9146b273eb6"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-linux-aarch_64.zip",
|
||||||
|
"checksum": "83ac000ff540e242b6a2ff221a3ac88d2d8e55443801b7a28e9697e5f40e8937"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-osx-aarch_64.zip",
|
||||||
|
"checksum": "d80544480397fe8a05d966fba291cf1233ad0db0ebc24ec72d7bd077d6e7ac59"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"3.24.3": {
|
"3.24.3": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
Reference in New Issue
Block a user