diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8875c55e..891792b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -766,7 +766,7 @@ jobs: - name: Set up Go id: setup-go continue-on-error: true - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: "stable" cache: false @@ -780,7 +780,7 @@ jobs: - name: Set up Go (retry) if: steps.setup-go.outcome == 'failure' - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: "stable" cache: false