diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fe8c7932..58ff0730 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,14 +43,14 @@ jobs: with: fetch-depth: 0 - name: cache go binaries - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: | ~/go/pkg/mod @@ -72,7 +72,7 @@ jobs: with: go-version: 1.22.x - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: | ~/go/pkg/mod