diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 80b8b8c..2c397a4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -24,7 +24,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -49,7 +49,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -73,7 +73,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -101,7 +101,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}