Merge pull request #954 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 4ea3015c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@ jobs:
# Step 4: Cache dependencies to speed up subsequent runs.
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

Loading…
Cancel
Save