Bump actions/cache from 3.0.7 to 3.0.8 (#1683)

This commit is contained in:
dependabot[bot] 2022-08-22 23:17:37 -05:00 committed by GitHub
parent 3af8be9b88
commit f288f840dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
python-version: '3.7' python-version: '3.7'
- name: Cache files - name: Cache files
uses: actions/cache@v3.0.7 uses: actions/cache@v3.0.8
with: with:
key: ${{ github.ref }} key: ${{ github.ref }}
path: .cache path: .cache