Skip to content

Commit 253f3f4

Browse files
committed
修复:将 actions/cache@v2 升级到 actions/cache@v3
1 parent f4294ce commit 253f3f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-nodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.DOCKERHUB_PASSWORD }}
2828

2929
- name: Set Up Cache
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
id: buildx-cache
3232
with:
3333
path: /tmp/.buildx-cache

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.DOCKERHUB_PASSWORD }}
2828

2929
- name: Set Up Cache
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
id: buildx-cache
3232
with:
3333
path: /tmp/.buildx-cache

.github/workflows/iyuuplus-nodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.DOCKERHUB_PASSWORD }}
2828

2929
- name: Set Up Cache
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
id: buildx-cache
3232
with:
3333
path: /tmp/.buildx-cache

.github/workflows/iyuuplus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.DOCKERHUB_PASSWORD }}
2828

2929
- name: Set Up Cache
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
id: buildx-cache
3232
with:
3333
path: /tmp/.buildx-cache

0 commit comments

Comments
 (0)