diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4fbc3ec..d60519c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,7 @@ jobs: go-version: 1.15.x - name: Cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -70,7 +70,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -99,7 +99,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -137,7 +137,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}