Skip to content

Commit 081a843

Browse files
committed
update action
1 parent e53646d commit 081a843

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/fastgpt-build-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
driver-opts: network=host
2828
- name: Cache Docker layers
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: /tmp/.buildx-cache
3232
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
driver-opts: network=host
110110
- name: Cache Docker layers
111-
uses: actions/cache@v2
111+
uses: actions/cache@v4
112112
with:
113113
path: /tmp/.buildx-cache
114114
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
driver-opts: network=host
193193
- name: Cache Docker layers
194-
uses: actions/cache@v2
194+
uses: actions/cache@v4
195195
with:
196196
path: /tmp/.buildx-cache
197197
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/sandbox-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
driver-opts: network=host
2727
- name: Cache Docker layers
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: /tmp/.buildx-cache
3131
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)