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 3a6597f commit 6a8ca36Copy full SHA for 6a8ca36
.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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
33
id: pre-commit-cache
34
with:
35
path: ~/.cache/pre-commit
0 commit comments