diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0307449..13dfc86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: cache-dependency-path: cli/go.sum - name: Cache Go tools - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4 with: path: ~/go/bin key: go-tools-${{ runner.os }}-${{ hashFiles('cli/go.sum') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 133db98..867f358 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: cache-dependency-path: cli/go.sum - name: Cache Go tools - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4 with: path: ~/go/bin key: go-tools-${{ runner.os }}-${{ hashFiles('cli/go.sum') }}