diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2683cea8..fa63beb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }} check-latest: true @@ -68,7 +68,7 @@ jobs: # the preflight must run without publication credentials. persist-credentials: false - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: stable cache: true