diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ae625654e..21dbf0554 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -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: @@ -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 }}