ci: Update actions/cache to v4
Github has deprecated v2 so this needs to be bumped.
This commit is contained in:
parent
84cb50e5b5
commit
37da10edde
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ jobs:
|
|||
with:
|
||||
key: ${{ matrix.target }}
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue