Skip to content

Commit

Permalink
Update actions/cache workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
monoxgas committed Feb 18, 2025
1 parent 91c5466 commit 1cd42d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
poetry config virtualenvs.in-project true --local
- name: Cache dependencies
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
with:
path: ./.venv
key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit 1cd42d3

Please sign in to comment.