diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51cb543195..2231758d5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: run: > export GO111MODULE="on" && go install github.com/mfridman/tparse@v0.8.3 - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.0 with: path: ~/go/bin key: ${{ runner.os }}-go-tparse-binary @@ -228,7 +228,7 @@ jobs: with: name: "${{ github.sha }}-03-race-output" if: env.GIT_DIFF - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.0 with: path: ~/go/bin key: ${{ runner.os }}-go-tparse-binary