diff --git a/.github/workflows/_build_publish.yaml b/.github/workflows/_build_publish.yaml index a776acda477b..de53e0bffdff 100644 --- a/.github/workflows/_build_publish.yaml +++ b/.github/workflows/_build_publish.yaml @@ -51,7 +51,7 @@ jobs: cache-dependency-path: | .build-info go.sum - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: | ${{ env.CI_TOOLS_DIR }} @@ -103,7 +103,7 @@ jobs: cache-dependency-path: | .build-info go.sum - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: | ${{ env.CI_TOOLS_DIR }} @@ -199,7 +199,7 @@ jobs: go-version-file: go.mod cache-dependency-path: | go.sum - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/_e2e.yaml b/.github/workflows/_e2e.yaml index ebc4eaa89ee2..0919cf425012 100644 --- a/.github/workflows/_e2e.yaml +++ b/.github/workflows/_e2e.yaml @@ -53,7 +53,7 @@ jobs: go-version-file: go.mod - name: "GitHub Actions: set up cache" if: steps.eval-params.outputs.run-type == 'github' - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/_test.yaml b/.github/workflows/_test.yaml index 342d26c4d1fc..6994dc4661dd 100644 --- a/.github/workflows/_test.yaml +++ b/.github/workflows/_test.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: go.mod - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/build-test-distribute.yaml b/.github/workflows/build-test-distribute.yaml index 7fa7ae28a695..745f43ea7f70 100644 --- a/.github/workflows/build-test-distribute.yaml +++ b/.github/workflows/build-test-distribute.yaml @@ -37,7 +37,7 @@ jobs: args: --fix=false --verbose version: v1.56.1 skip-pkg-cache: true - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 90cafeaa18e0..b0dd1f7325e4 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: go.mod - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/pr-comments.yaml b/.github/workflows/pr-comments.yaml index 4a94aeeda5a5..f1d1934b36b9 100644 --- a/.github/workflows/pr-comments.yaml +++ b/.github/workflows/pr-comments.yaml @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: go.mod - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: | ${{ env.CI_TOOLS_DIR }}