Update to v3 cache action.

This commit is contained in:
Andrew Walsh 2022-07-15 12:56:06 -07:00 committed by GitHub
parent fa7091e9a8
commit e5ab96be47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}