From 9f415968573f70136469d531557cf4a83ee2416d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:07:12 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v3 (#2235) Co-authored-by: TrueCharts-Bot --- .github/workflows/apps.test.yaml | 4 ++-- .github/workflows/common.test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index 34e6f93ae8a..e58a9467b72 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -69,7 +69,7 @@ jobs: - name: Cache helm repo cache id: cache - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3 with: key: helmrepocache-${{ github.sha }} path: | @@ -170,7 +170,7 @@ jobs: steps: - name: Cache helm repo cache id: cache - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3 with: key: helmrepocache-${{ github.sha }} path: | diff --git a/.github/workflows/common.test.yaml b/.github/workflows/common.test.yaml index 9373ead9959..473d864d1c8 100644 --- a/.github/workflows/common.test.yaml +++ b/.github/workflows/common.test.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Cache helm repo cache id: cache - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3 with: key: helmrepocache-${{ github.sha }} path: | @@ -58,7 +58,7 @@ jobs: steps: - name: Cache helm repo cache id: cache - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3 with: key: helmrepocache-${{ github.sha }} path: |