diff --git a/.github/workflows/go-integration.yml b/.github/workflows/go-integration.yml index 66f15e07..8dd8f164 100644 --- a/.github/workflows/go-integration.yml +++ b/.github/workflows/go-integration.yml @@ -45,7 +45,7 @@ jobs: with: go-version: ${{ matrix.go_version }} - run: go version - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index da2692f8..84025671 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,7 +45,7 @@ jobs: with: go-version: ${{ matrix.go_version }} - run: go version - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build