Skip to content

Commit c27fd94

Browse files
authored
Merge pull request #107 from flcontainers/dependabot/github_actions/dev/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 10863f3 + 7f138d3 commit c27fd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535

3636
- name: Cache Docker layers
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: /tmp/.buildx-cache
4040
# Key is named differently to avoid collision

0 commit comments

Comments
 (0)