Skip to content

Commit ecb4c52

Browse files
chore(deps): update actions/cache action to v6.1.0 (#4599)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff792b7 commit ecb4c52

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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
11+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
1212
with:
1313
path: |
1414
~/.cache/prek

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- name: uv cache
30-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
30+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3131
id: cache
3232
with:
3333
path: uv-cache

0 commit comments

Comments
 (0)