Skip to content

Commit 335f515

Browse files
authored
Merge pull request #694 from opsmill/dependabot/github_actions/stable/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 07e454c + 74dabea commit 335f515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
submodules: true
5353

5454
- name: Cache UV dependencies
55-
uses: "actions/cache@v4"
55+
uses: "actions/cache@v5"
5656
id: "cached-uv-dependencies"
5757
with:
5858
path: ".venv"

0 commit comments

Comments
 (0)