Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
02279cb6b1 Release 2.26.5 2024-01-26 00:24:38 +09:00
Taiki Endo
eadff460de Update cargo-llvm-cov@latest to 0.6.4 2024-01-26 00:22:34 +09:00
Taiki Endo
e07d1180e7 Increase frequency of scheduled job
https://github.com/taiki-e/install-action/issues/348
2024-01-25 10:47:16 +09:00
3 changed files with 26 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ on:
- main
- dev
schedule:
- cron: '0 0,6,12,18 * * *'
- cron: '0 0,3,6,9,12,15,18,21 * * *'
workflow_dispatch:
env:

View File

@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.26.5] - 2024-01-25
- Update `cargo-llvm-cov@latest` to 0.6.4.
## [2.26.4] - 2024-01-25
- Update `cargo-make@latest` to 0.37.8.
@@ -1691,7 +1695,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.4...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.5...HEAD
[2.26.5]: https://github.com/taiki-e/install-action/compare/v2.26.4...v2.26.5
[2.26.4]: https://github.com/taiki-e/install-action/compare/v2.26.3...v2.26.4
[2.26.3]: https://github.com/taiki-e/install-action/compare/v2.26.2...v2.26.3
[2.26.2]: https://github.com/taiki-e/install-action/compare/v2.26.1...v2.26.2

View File

@@ -18,10 +18,27 @@
}
},
"latest": {
"version": "0.6.3"
"version": "0.6.4"
},
"0.6": {
"version": "0.6.3"
"version": "0.6.4"
},
"0.6.4": {
"x86_64_linux_musl": {
"checksum": "ce41260f7359695a471a936ff8f101334918dda52cc9860ac2bda9c2ed2b72a1"
},
"x86_64_macos": {
"checksum": "aa0d329125318a2eeb082131eac7109be7c31adc093da790a7b98dc5da80a777"
},
"x86_64_windows": {
"checksum": "617c4bc210609392b342117d295ded9d5931399e6e767be0f388c4ab605a2c67"
},
"aarch64_linux_musl": {
"checksum": "a57681b63815c2cfa7113854eb95e234575d974d3065f4533512b1163ed2de18"
},
"aarch64_macos": {
"checksum": "0649b4240ec2d4d0987f43f490c91dfd75a3212007189e051de9a43e3898c683"
}
},
"0.6.3": {
"x86_64_linux_musl": {