Skip to content

Commit

Permalink
Merge pull request #64 from mnot/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-4

Bump actions/cache from 3 to 4
  • Loading branch information
mnot authored Jan 22, 2024
2 parents fe76356 + 2b21677 commit 46f859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache venv
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: ${{ runner.os }}-${{ matrix.python-version }}-venv-${{ hashFiles('pyproject.toml') }}
Expand Down

0 comments on commit 46f859e

Please sign in to comment.