Skip to content

Commit 146041f

Browse files
authored
Merge pull request #14338 from pytest-dev/dependabot/github_actions/actions/cache-5.0.4
build(deps): Bump actions/cache from 5.0.3 to 5.0.4
2 parents 4cbef64 + 4933210 commit 146041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-plugin-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: "3.13"
3232

3333
- name: requests-cache
34-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
34+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3535
with:
3636
path: ~/.cache/pytest-plugin-list/
3737
key: plugins-http-cache-${{ github.run_id }} # Can use time based key as well

0 commit comments

Comments
 (0)