Skip to content

Commit 8dc81df

Browse files
authored
Merge pull request #89 from saltstack-formulas/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 13d89a2 + 06c748e commit 8dc81df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737
- name: Export `CI_CACHE_ID` from container
3838
run: echo "CI_CACHE_ID=$(cat /.ci_cache_id)" >> $GITHUB_ENV
39-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4040
with:
4141
path: ~/.cache/pre-commit
4242
key: "${{ env.CI_CACHE_ID }}|\

0 commit comments

Comments
 (0)