Skip to content

Commit e767f6a

Browse files
authored
Merge pull request #49 from blinklabs-io/dependabot/github_actions/actions/cache-4
chore(deps): Bump actions/cache from 3 to 4
2 parents fbd47d2 + bfc9b11 commit e767f6a

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)