Skip to content

Commit 766f5ea

Browse files
authored
Merge pull request #8 from rsnodgrass/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 46410ec + a66cd8f commit 766f5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: "3.12"
2424

25-
- uses: actions/cache@v3
25+
- uses: actions/cache@v4
2626
id: cache
2727
with:
2828
path: ~/.cache/pip

0 commit comments

Comments
 (0)