Skip to content

Commit 8f33366

Browse files
authored
Merge pull request #1014 from samschott/dependabot/github_actions/actions/cache-4
2 parents ac9f189 + 5634ea9 commit 8f33366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: docker/setup-buildx-action@v3
8989

9090
- name: Cache Docker layers
91-
uses: actions/cache@v3
91+
uses: actions/cache@v4
9292
with:
9393
path: /tmp/.buildx-cache
9494
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)