Update actions/cache action to v6
All checks were successful
Build and Test / nex-account (push) Successful in 57s
All checks were successful
Build and Test / nex-account (push) Successful in 57s
This commit is contained in:
parent
f554d94269
commit
27ff6004d6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Cache container storage
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
/var/lib/containers/storage
|
||||
|
|
|
|||
Loading…
Reference in a new issue