We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32813f4 commit 0fb9a94Copy full SHA for 0fb9a94
.github/workflows/container-build.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
persist-credentials: false
29
- name: uv cache
30
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
31
id: cache
32
33
path: uv-cache
.github/workflows/pre-commit.yml
@@ -29,7 +29,7 @@ jobs:
echo "cache_tag=$(/bin/date --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
echo "previous_cache_tag=$(/bin/date --date='1 month ago' --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
shell: bash
- - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
+ - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
id: pre-commit-cache
34
35
path: ~/.cache/pre-commit
0 commit comments