Skip to content

Commit 047336d

Browse files
chore(deps): Bump actions/cache from 3 to 4
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]>
1 parent d025282 commit 047336d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: qemu
1818
uses: docker/setup-qemu-action@v3
1919
- uses: docker/setup-buildx-action@v3
20-
- uses: actions/cache@v3
20+
- uses: actions/cache@v4
2121
with:
2222
path: /tmp/.buildx-cache
2323
key: ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
@@ -54,7 +54,7 @@ jobs:
5454
- name: qemu
5555
uses: docker/setup-qemu-action@v3
5656
- uses: docker/setup-buildx-action@v3
57-
- uses: actions/cache@v3
57+
- uses: actions/cache@v4
5858
with:
5959
path: /tmp/.buildx-cache
6060
key: ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
35-
- uses: actions/cache@v3
35+
- uses: actions/cache@v4
3636
with:
3737
path: /tmp/.buildx-cache
3838
key: ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
@@ -99,7 +99,7 @@ jobs:
9999
registry: ghcr.io
100100
username: ${{ github.actor }}
101101
password: ${{ secrets.GITHUB_TOKEN }}
102-
- uses: actions/cache@v3
102+
- uses: actions/cache@v4
103103
with:
104104
path: /tmp/.buildx-cache
105105
key: ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)