Skip to content

Commit a5ae192

Browse files
authored
Merge pull request #228 from pulp/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 82e6c2e + 944373e commit a5ae192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
lower_bounds: true
3434
steps:
3535
- uses: "actions/checkout@v6"
36-
- uses: "actions/cache@v4"
36+
- uses: "actions/cache@v5"
3737
with:
3838
path: "~/.cache/pip"
3939
key: "${{ runner.os }}-pip-${{ hashFiles('**/*requirements*.txt', '**/*constraints*.lock', '**/setup.py', '**/pyproject.toml') }}"

0 commit comments

Comments
 (0)