Update actions/cache action to v5
All checks were successful
Build and Test / rust-boss (push) Successful in 7m55s
All checks were successful
Build and Test / rust-boss (push) Successful in 7m55s
This commit is contained in:
parent
7116bbcc7b
commit
e877765b3a
1 changed files with 1 additions and 1 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue