Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 16c0758 commit cc5e82d
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:
run: |
poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/cache@v3.3.1
uses: actions/cache@v3.4.0
with:
path: .venv
key: venv-${{ runner.os }}-${{ matrix.platform }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit cc5e82d

Please sign in to comment.