Skip to content

Commit 6f5c375

Browse files
dependabot[bot]codeart1st
authored andcommitted
chore(deps): bump actions/cache
Bumps the actions group in /.github/actions/prepare-build-env with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5208bbb commit 6f5c375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/prepare-build-env/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222

2323
- name: Cache rust-toolchain (restore)
2424
id: rustup-cache
25-
uses: actions/cache/restore@v5.0.4
25+
uses: actions/cache/restore@v5.0.5
2626
with:
2727
path: |
2828
~/.rustup/toolchains
@@ -45,7 +45,7 @@ runs:
4545
echo "version=$(rustc --version | cut -d ' ' -f 2)" >> $GITHUB_OUTPUT
4646
4747
- name: Cache rust-toolchain (save)
48-
uses: actions/cache/save@v5.0.4
48+
uses: actions/cache/save@v5.0.5
4949
if: steps.rustup-cache.outputs.cache-hit != 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
5050
with:
5151
path: |
@@ -56,7 +56,7 @@ runs:
5656

5757
- name: Cache cargo output (restore)
5858
id: cargo-cache
59-
uses: actions/cache/restore@v5.0.4
59+
uses: actions/cache/restore@v5.0.5
6060
with:
6161
path: |
6262
~/.cargo/bin/

0 commit comments

Comments
 (0)