Skip to content

Commit a8f7b0a

Browse files
renovate[bot]TheDevMinerTV
authored andcommitted
chore(deps): update actions/cache action to v4
1 parent dd8200d commit a8f7b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ghcr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v3
3030

3131
- name: Cache docker layers
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
id: cache
3434
with:
3535
path: /tmp/.buildx-cache

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/setup-buildx-action@v3
3939

4040
- name: Cache docker layers
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
id: cache
4343
with:
4444
path: /tmp/.buildx-cache

0 commit comments

Comments
 (0)