diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c7a3ce88..de47253d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -62,7 +62,7 @@ jobs: with: go-version: '^1.18' - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}