Skip to content

Commit

Permalink
Merge pull request #63 from HiPCTProject/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
dstansby authored Sep 10, 2024
2 parents d3f06d0 + aa4954d commit d7f73a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache tox
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .tox
key: tox-${{hashFiles('pyproject.toml') }}
Expand Down

0 comments on commit d7f73a1

Please sign in to comment.