diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 871df3e..c060c2d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Load cached dependencies - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v.4.2.0 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v.4.2.3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}