diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 74e9c1c9a..1d5c8fe54 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} id: go diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fdb2e2e06..198cdb02b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} id: go @@ -56,7 +56,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} id: go diff --git a/.github/workflows/operator-deployment.yml b/.github/workflows/operator-deployment.yml index 4501e0ff2..26c07b7ef 100644 --- a/.github/workflows/operator-deployment.yml +++ b/.github/workflows/operator-deployment.yml @@ -33,7 +33,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} id: go diff --git a/.github/workflows/operator-metadata.yml b/.github/workflows/operator-metadata.yml index b4b3ae362..ce6384e00 100644 --- a/.github/workflows/operator-metadata.yml +++ b/.github/workflows/operator-metadata.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} id: go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b77724f7..46d225ebc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -183,7 +183,7 @@ jobs: sudo apt-get install -y qemu-user-static - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} id: go