diff --git a/.github/workflows/cache-dependencies.yaml b/.github/workflows/cache-dependencies.yaml index 9b66d5dba61..e7f8d691c19 100644 --- a/.github/workflows/cache-dependencies.yaml +++ b/.github/workflows/cache-dependencies.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache Go modules - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 with: path: | ~/.cache/go-build/ diff --git a/.github/workflows/release-candidate.yaml b/.github/workflows/release-candidate.yaml index a38e8276d29..c4c4432168b 100644 --- a/.github/workflows/release-candidate.yaml +++ b/.github/workflows/release-candidate.yaml @@ -15,7 +15,7 @@ jobs: token: ${{ secrets.EKSCTLBOT_TOKEN }} fetch-depth: 0 - name: Cache go-build and mod - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 with: path: | ~/.cache/go-build/ diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 684aca9bbaf..6490daa4905 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: token: ${{ secrets.EKSCTLBOT_TOKEN }} fetch-depth: 0 - name: Cache go-build and mod - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 with: path: | ~/.cache/go-build/ diff --git a/.github/workflows/update-generated.yaml b/.github/workflows/update-generated.yaml index 74b7c6cbe6e..03046a2900f 100644 --- a/.github/workflows/update-generated.yaml +++ b/.github/workflows/update-generated.yaml @@ -40,7 +40,7 @@ jobs: with: token: "${{ secrets.EKSCTLBOT_TOKEN }}" - name: Cache go-build and mod - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2 with: path: | ~/.cache/go-build/