Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit 5f89eda

Browse files
Bump actions/cache from 3 to 4 (#127)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ed39f5 commit 5f89eda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828

29-
- uses: actions/cache@v3
29+
- uses: actions/cache@v4
3030
with:
3131
path: |
3232
~/.cargo/bin/
@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
- uses: actions/checkout@v4
137137

138-
- uses: actions/cache@v3
138+
- uses: actions/cache@v4
139139
with:
140140
path: |
141141
~/.cargo/bin/
@@ -247,7 +247,7 @@ jobs:
247247
- uses: docker/setup-buildx-action@v3
248248

249249
- name: Cache Docker layers
250-
uses: actions/cache@v3
250+
uses: actions/cache@v4
251251
with:
252252
path: /tmp/.buildx-cache
253253
key: ${{ runner.os }}-${{ matrix.component }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)