Skip to content

Commit b75c26b

Browse files
committed
upd: actions/cache @v2 -> @v4
1 parent 94e5db4 commit b75c26b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo TAG $TAG
2424
2525
- name: Cache Docker layers
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: /tmp/.buildx-cache
2929
key: ${{ github.ref }}-${{ github.sha }}

.github/workflows/test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Cache Docker layers
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: /tmp/.buildx-cache
3232
key: ${{ github.ref }}-${{ github.sha }}

0 commit comments

Comments
 (0)