Skip to content

Commit 83cbd36

Browse files
authored
Merge pull request #11 from CentML/upgrade-actions-cache-v4
chore: upgrade actions/cache from v2 to v4
2 parents 749531d + e352af7 commit 83cbd36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: docker/setup-buildx-action@v2
2121

2222
- name: Cache Docker layers
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: /tmp/.buildx-cache
2626
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Cache Docker layers
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
with:
3434
path: /tmp/.buildx-cache
3535
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)