Skip to content

Commit

Permalink
ci(deps): bump actions/cache from 4.1.2 to 4.2.0
Browse files Browse the repository at this point in the history
| datasource  | package       | from   | to     |
| ----------- | ------------- | ------ | ------ |
| github-tags | actions/cache | v4.1.2 | v4.2.0 |
  • Loading branch information
mazi-renovate[bot] authored Dec 7, 2024
1 parent bd6a14c commit 7d8eeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
actions: write
contents: read
steps:
- uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
id: restore-cache
if: github.event.client_payload.repoCache != 'disabled'
with:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: gh cache delete ${{ steps.restore-cache.outputs.cache-primary-key }}
continue-on-error: true

- uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
- uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
if: github.event.client_payload.repoCache != 'disabled' && github.ref_name == github.event.repository.default_branch
with:
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
Expand Down

0 comments on commit 7d8eeb8

Please sign in to comment.