diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fd81c6..0555990 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: cache-dependency-path: cli/go.sum - name: Cache Go tools - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/go/bin key: go-tools-${{ runner.os }}-${{ env.GO_VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8f20c4..84ec0db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: cache-dependency-path: cli/go.sum - name: Cache Go tools - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 with: path: ~/go/bin key: go-tools-${{ runner.os }}-${{ env.GO_VERSION }}