diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8cb2c52..6e6e5e1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 1 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}