Update to v3 cache action.
This commit is contained in:
parent
fa7091e9a8
commit
e5ab96be47
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ runs:
|
|||
shell: bash
|
||||
|
||||
- id: load-cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/cache-apt-pkgs
|
||||
key: cache-apt-pkgs_${{ env.CACHE_KEY }}
|
||||
|
|
Loading…
Reference in a new issue