From 6e355793574979d28eae7183de200e91b42a50b7 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:54:40 +0900 Subject: [PATCH] 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> --- .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 0fe64cff..6e53a5bd 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.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 }}