diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 6d1050c2ae4..9d89038106e 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -68,7 +68,7 @@ jobs: - name: Cache Changelog id: cache-changelog if: github.event_name == 'push' && needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: changelog.json.gz key: ${{ env.CHANGELOG_CACHE_KEY }} @@ -222,7 +222,7 @@ jobs: - name: Setup astro Cache if: needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: # Cache for build and optimized images. key: astro-${{ hashFiles('package-lock.json') }} @@ -231,7 +231,7 @@ jobs: - name: Setup npm Cache if: needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: # Cache for npm path: ~/website/.npm @@ -241,7 +241,7 @@ jobs: - name: Setup node_modules Cache id: modulescache if: needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: # Cache for npm and optimized images. path: ./website/node_modules diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 4454213292c..e8a9856a9b1 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -99,7 +99,7 @@ jobs: version: ${{ matrix.helm-version }} - name: Cache helm plugins - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: | /home/runner/.local/share/helm/plugins/helm-unittest