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 8555e7a commit 6222e1cCopy full SHA for 6222e1c
2 files changed
.github/actions/pre-commit-setup/action.yml
@@ -8,7 +8,7 @@ description: Prepare pre-commit environment
8
runs:
9
using: composite
10
steps:
11
- - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
12
with:
13
path: |
14
~/.cache/prek
.github/workflows/update-generated.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "cache_tag=$(/bin/date --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
46
echo "previous_cache_tag=$(/bin/date --date='1 month ago' --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
47
shell: bash
48
49
id: pre-commit-cache
50
51
0 commit comments