Skip to content

Commit 7ff2acc

Browse files
Bump actions/cache from 4.2.4 to 4.3.0 (#578)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4790ee3 commit 7ff2acc

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.2.4
28+
- uses: actions/cache@v4.3.0
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.2.4
79+
- uses: actions/cache@v4.3.0
8080
with:
8181
path: |
8282
~/.cargo/bin/
@@ -109,7 +109,7 @@ jobs:
109109

110110
- run: sudo apt update && sudo apt-get install -y lcov
111111

112-
- uses: actions/cache@v4.2.4
112+
- uses: actions/cache@v4.3.0
113113
id: cargo-cache
114114
with:
115115
path: target/

0 commit comments

Comments
 (0)