diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index d363e2eba95..76d40c4cb6b 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -88,7 +88,7 @@ jobs: - name: Cache Changelog id: cache-changelog if: github.event_name == 'push' - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles('**/Chart.yaml') }} path: changelog.json.gz @@ -262,7 +262,7 @@ jobs: - name: Setup astro Cache if: needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: # Cache for build and optimized images. key: astro-${{ hashFiles('website/package-lock.json') }} @@ -271,7 +271,7 @@ jobs: - name: Setup npm Cache if: needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: # Cache for npm path: ~/website/.npm @@ -281,7 +281,7 @@ jobs: - name: Setup node_modules Cache id: modulescache if: needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 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 effde5f4524..ab9745e6831 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -100,7 +100,7 @@ jobs: version: ${{ matrix.helm-version }} - name: Cache helm plugins - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | /home/runner/.local/share/helm/plugins/helm-unittest