Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit df42fbb

Browse files
chore(deps): bump actions/cache from 3 to 4 (#39)
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 c0dc82c commit df42fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/setup-qemu-action@v1
1919
- id: buildx
2020
uses: docker/setup-buildx-action@v1
21-
- uses: actions/cache@v3
21+
- uses: actions/cache@v4
2222
with:
2323
path: /tmp/.buildx-cache
2424
key: ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/setup-qemu-action@v1
4949
- id: buildx
5050
uses: docker/setup-buildx-action@v1
51-
- uses: actions/cache@v3
51+
- uses: actions/cache@v4
5252
with:
5353
path: /tmp/.buildx-cache
5454
key: ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)