diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65e2db7..6d8fc42 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 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 5921ad7..1bfe142 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4 with: path: ~/go/bin key: go-tools-${{ runner.os }}-${{ hashFiles('cli/go.sum') }}