Skip to content

Commit bfc9b11

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 fbd47d2 commit bfc9b11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-docker.yml

+2-2
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

+2-2
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 }}
@@ -101,7 +101,7 @@ jobs:
101101
registry: ghcr.io
102102
username: ${{ github.actor }}
103103
password: ${{ secrets.GITHUB_TOKEN }}
104-
- uses: actions/cache@v3
104+
- uses: actions/cache@v4
105105
with:
106106
path: /tmp/.buildx-cache
107107
key: ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)