From 7d8eeb88e9c8fa911f5543fc3f2891e58af44da1 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:12:34 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 4.1.2 to 4.2.0 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.1.2 | v4.2.0 | --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}