diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b6022fd2..3d1925ff 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -79,7 +79,7 @@ jobs: check-latest: true - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -137,7 +137,7 @@ jobs: go-version: 1.17 # test only the latest go version to speed up CI - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -175,7 +175,7 @@ jobs: go-version: 1.17 # test only the latest go version to speed up CI - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -213,7 +213,7 @@ jobs: go-version: 1.17 # test only the latest go version to speed up CI - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 21710f1e..7e97cce3 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -37,7 +37,7 @@ jobs: check-latest: true - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}