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: |