diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d65b1625cc..42c80dc3aa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: # https://github.com/actions/cache/blob/master/examples.md#go---modules - name: Cache Go Modules id: cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index ae47f29cdb..cb2d1729a1 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -65,7 +65,7 @@ jobs: # https://github.com/actions/cache/blob/master/examples.md#go---modules - name: Cache Go Modules id: cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}