mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 10:45:29 +00:00
Update to v3 cache action.
This commit is contained in:
parent
c21469a518
commit
cda771820d
|
@ -42,7 +42,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