Skip to content

Commit 5a7267a

Browse files
authored
Merge pull request #164 from HiPCTProject/dependabot/github_actions/github-actions-97f38a5d32
Bump actions/cache from 4 to 5 in the github-actions group
2 parents ac8711a + bfaad4e commit 5a7267a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Cache tox
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: .tox
2929
key: tox-${{hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)