diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ceb8f41..95bf8c1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,7 +21,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -46,7 +46,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -70,7 +70,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -98,7 +98,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}