Update actions/cache action to v5
All checks were successful
Build and Test / sonic-transformed (push) Successful in 3m46s
Build and Test / mario-tennis (push) Successful in 4m44s
Build and Test / minecraft-wiiu (push) Successful in 3m24s
Build and Test / wii-sports-club (push) Successful in 3m37s
Build and Test / puyopuyo (push) Successful in 4m28s
Build and Test / friends (push) Successful in 5m21s
Build and Test / wii-u-chat (push) Successful in 5m46s
Build and Test / splatoon-testfire (push) Successful in 6m6s
Build and Test / splatoon (push) Successful in 5m41s
Build and Test / fast-racing-neo (push) Successful in 6m17s
Build and Test / super-mario-maker (push) Successful in 5m29s
All checks were successful
Build and Test / sonic-transformed (push) Successful in 3m46s
Build and Test / mario-tennis (push) Successful in 4m44s
Build and Test / minecraft-wiiu (push) Successful in 3m24s
Build and Test / wii-sports-club (push) Successful in 3m37s
Build and Test / puyopuyo (push) Successful in 4m28s
Build and Test / friends (push) Successful in 5m21s
Build and Test / wii-u-chat (push) Successful in 5m46s
Build and Test / splatoon-testfire (push) Successful in 6m6s
Build and Test / splatoon (push) Successful in 5m41s
Build and Test / fast-racing-neo (push) Successful in 6m17s
Build and Test / super-mario-maker (push) Successful in 5m29s
This commit is contained in:
parent
71007b4e3f
commit
687bc35af6
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@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -170,7 +170,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -200,7 +200,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -230,7 +230,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -260,7 +260,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -290,7 +290,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
@ -321,7 +321,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
|
|||
Loading…
Reference in a new issue