Update actions/cache action to v6
All checks were successful
Build and Test / wii-sports-club (push) Successful in 5m14s
Build and Test / friends (push) Successful in 5m33s
Build and Test / sonic-transformed (push) Successful in 6m53s
Build and Test / minecraft-wiiu (push) Successful in 6m53s
Build and Test / splatoon-testfire (push) Successful in 7m7s
Build and Test / puyopuyo (push) Successful in 7m7s
Build and Test / mario-tennis (push) Successful in 7m12s
Build and Test / splatoon (push) Successful in 7m16s
Build and Test / fast-racing-neo (push) Successful in 7m17s
Build and Test / wii-u-chat (push) Successful in 7m18s
Build and Test / super-mario-maker (push) Successful in 7m31s
All checks were successful
Build and Test / wii-sports-club (push) Successful in 5m14s
Build and Test / friends (push) Successful in 5m33s
Build and Test / sonic-transformed (push) Successful in 6m53s
Build and Test / minecraft-wiiu (push) Successful in 6m53s
Build and Test / splatoon-testfire (push) Successful in 7m7s
Build and Test / puyopuyo (push) Successful in 7m7s
Build and Test / mario-tennis (push) Successful in 7m12s
Build and Test / splatoon (push) Successful in 7m16s
Build and Test / fast-racing-neo (push) Successful in 7m17s
Build and Test / wii-u-chat (push) Successful in 7m18s
Build and Test / super-mario-maker (push) Successful in 7m31s
This commit is contained in:
parent
0615e3e663
commit
22f977a50c
1 changed files with 11 additions and 11 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -170,7 +170,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -200,7 +200,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -230,7 +230,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -260,7 +260,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -290,7 +290,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -321,7 +321,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
|
|||
Loading…
Reference in a new issue