Skip to content

Commit 0fb9a94

Browse files
chore(deps): update actions/cache action to v5.0.1
1 parent 32813f4 commit 0fb9a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- name: uv cache
30-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
30+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3131
id: cache
3232
with:
3333
path: uv-cache

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "cache_tag=$(/bin/date --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
3030
echo "previous_cache_tag=$(/bin/date --date='1 month ago' --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
3131
shell: bash
32-
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
32+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3333
id: pre-commit-cache
3434
with:
3535
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)