Update to v3 cache action.

This commit is contained in:
Andrew Walsh 2022-07-15 12:55:37 -07:00 committed by GitHub
parent c21469a518
commit cda771820d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ runs:
shell: bash shell: bash
- id: load-cache - id: load-cache
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: ~/cache-apt-pkgs path: ~/cache-apt-pkgs
key: cache-apt-pkgs_${{ env.CACHE_KEY }} key: cache-apt-pkgs_${{ env.CACHE_KEY }}