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 0591e82 commit 09e2e7aCopy full SHA for 09e2e7a
.github/workflows/pre-commit.yml
@@ -29,7 +29,7 @@ jobs:
29
echo "cache_tag=$(/bin/date --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
30
echo "previous_cache_tag=$(/bin/date --date='1 month ago' --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
31
shell: bash
32
- - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
33
id: pre-commit-cache
34
with:
35
path: ~/.cache/pre-commit
0 commit comments