Skip to content

Commit 6222e1c

Browse files
chore(deps): update actions/cache action to v6
1 parent 8555e7a commit 6222e1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/pre-commit-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Prepare pre-commit environment
88
runs:
99
using: composite
1010
steps:
11-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
11+
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
1212
with:
1313
path: |
1414
~/.cache/prek

.github/workflows/update-generated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "cache_tag=$(/bin/date --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
4646
echo "previous_cache_tag=$(/bin/date --date='1 month ago' --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
4747
shell: bash
48-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
48+
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
4949
id: pre-commit-cache
5050
with:
5151
path: |

0 commit comments

Comments
 (0)