diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 56b4be478a3..c2de03f5114 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -71,7 +71,7 @@ jobs: - name: Cache Changelog id: cache-changelog if: github.event_name == 'push' - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: key: ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles('**/Chart.yaml') }} path: changelog.json.gz @@ -238,7 +238,7 @@ jobs: - name: Setup astro Cache if: needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: # Cache for build and optimized images. key: astro-${{ hashFiles('website/package-lock.json') }} @@ -247,7 +247,7 @@ jobs: - name: Setup npm Cache if: needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: # Cache for npm path: ~/website/.npm @@ -257,7 +257,7 @@ jobs: - name: Setup node_modules Cache id: modulescache if: needs.check_changes.outputs.changes_detected == 'true' - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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 6f5c85e22a7..3975ad3d6dc 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -98,7 +98,7 @@ jobs: version: ${{ matrix.helm-version }} - name: Cache helm plugins - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | /home/runner/.local/share/helm/plugins/helm-unittest