Skip to content

Commit dc430fe

Browse files
committed
chore: upgrade actions/cache to v3
Signed-off-by: Adphi <[email protected]>
1 parent dfd4d7d commit dc430fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: sudo apt update && sudo apt install -y util-linux udev parted e2fsprogs mount tar extlinux qemu-utils qemu-system
3434

3535
- name: Share cache with other actions
36-
uses: actions/cache@v2
36+
uses: actions/cache@v3
3737
with:
3838
path: |
3939
~/go/pkg/mod
@@ -80,7 +80,7 @@ jobs:
8080
run: sudo apt update && sudo apt install -y util-linux udev parted e2fsprogs mount tar extlinux qemu-utils qemu-system
8181

8282
- name: Share cache with other actions
83-
uses: actions/cache@v2
83+
uses: actions/cache@v3
8484
with:
8585
path: |
8686
~/go/pkg/mod
@@ -128,7 +128,7 @@ jobs:
128128
run: sudo apt update && sudo apt install -y util-linux udev parted e2fsprogs mount tar extlinux qemu-utils qemu-system ovmf
129129

130130
- name: Share cache with other actions
131-
uses: actions/cache@v2
131+
uses: actions/cache@v3
132132
with:
133133
path: |
134134
~/go/pkg/mod
@@ -157,7 +157,7 @@ jobs:
157157
go-version: "1.20"
158158

159159
- name: Share cache with other actions
160-
uses: actions/cache@v2
160+
uses: actions/cache@v3
161161
with:
162162
path: |
163163
~/go/pkg/mod
@@ -199,7 +199,7 @@ jobs:
199199
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
200200

201201
- name: Share cache with other actions
202-
uses: actions/cache@v2
202+
uses: actions/cache@v3
203203
with:
204204
path: |
205205
~/go/pkg/mod
@@ -259,7 +259,7 @@ jobs:
259259
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
260260

261261
- name: Share cache with other actions
262-
uses: actions/cache@v2
262+
uses: actions/cache@v3
263263
with:
264264
path: |
265265
~/go/pkg/mod
@@ -299,7 +299,7 @@ jobs:
299299
go-version: "1.20"
300300

301301
- name: Share cache with other actions
302-
uses: actions/cache@v2
302+
uses: actions/cache@v3
303303
with:
304304
path: |
305305
~/go/pkg/mod
@@ -360,7 +360,7 @@ jobs:
360360
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
361361

362362
- name: Share cache with other actions
363-
uses: actions/cache@v2
363+
uses: actions/cache@v3
364364
with:
365365
path: |
366366
~/go/pkg/mod

0 commit comments

Comments
 (0)