Skip to content

Commit 52ebae3

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#591)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8697e68 commit 52ebae3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
toolchain: ${{ matrix.RUST }}
2626
components: rustfmt, clippy
2727

28-
- uses: actions/cache@v4.3.0
28+
- uses: actions/cache@v5.0.1
2929
with:
3030
path: |
3131
~/.cargo/bin/
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
toolchain: ${{ matrix.RUST.VERSION }}
7878

79-
- uses: actions/cache@v4.3.0
79+
- uses: actions/cache@v5.0.1
8080
with:
8181
path: |
8282
~/.cargo/bin/
@@ -102,7 +102,7 @@ jobs:
102102

103103
- run: sudo apt update && sudo apt-get install -y lcov
104104

105-
- uses: actions/cache@v4.3.0
105+
- uses: actions/cache@v5.0.1
106106
id: cargo-cache
107107
with:
108108
path: target/

0 commit comments

Comments
 (0)