Skip to content

Commit

Permalink
Merge pull request #8 from rsnodgrass/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
rsnodgrass authored Jan 30, 2025
2 parents 6fa4911 + 9100cf7 commit bf58083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: "3.12"

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: ~/.cache/pip
Expand Down

0 comments on commit bf58083

Please sign in to comment.