Skip to content

Commit 4054edd

Browse files
Bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b19b13 commit 4054edd

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

79-
- uses: actions/cache@v5.0.1
79+
- uses: actions/cache@v5.0.2
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@v5.0.1
105+
- uses: actions/cache@v5.0.2
106106
id: cargo-cache
107107
with:
108108
path: target/

0 commit comments

Comments
 (0)