Merge pull request #940 from kyegomez/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
pull/942/merge
Kye Gomez 2 days ago committed by GitHub
commit d8edaccf27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ jobs:
python-version: '3.10' python-version: '3.10'
- name: Cache pip dependencies - name: Cache pip dependencies
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }} key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}

Loading…
Cancel
Save