Update actions/cache action to v6
This commit is contained in:
parent
511788a0ec
commit
1a7b7b4fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,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