Skip to content

Commit 6e35579

Browse files
ci(deps): bump actions/cache from 4.0.2 to 4.1.0 (#993)
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.0.2 | v4.1.0 | Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com>
1 parent 453d472 commit 6e35579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
actions: write
3636
contents: read
3737
steps:
38-
- uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
38+
- uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
3939
id: restore-cache
4040
if: github.event.client_payload.repoCache != 'disabled'
4141
with:
@@ -82,7 +82,7 @@ jobs:
8282
run: gh cache delete ${{ steps.restore-cache.outputs.cache-primary-key }}
8383
continue-on-error: true
8484

85-
- uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
85+
- uses: actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
8686
if: github.event.client_payload.repoCache != 'disabled' && github.ref_name == github.event.repository.default_branch
8787
with:
8888
key: ${{ steps.restore-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)