From 3ca26a7cfd5c73e8c00c37b837f33bd51432b54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:31:29 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 5 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mixin-cargo-build.yml | 2 +- .github/workflows/nightly_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mixin-cargo-build.yml b/.github/workflows/mixin-cargo-build.yml index 17eff6cb..a104b35b 100644 --- a/.github/workflows/mixin-cargo-build.yml +++ b/.github/workflows/mixin-cargo-build.yml @@ -45,7 +45,7 @@ jobs: - name: Install Go if: startsWith(inputs.os, 'macos-') - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '^1.23.4' diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index d256ed70..115f0e02 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -88,7 +88,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Install Go if: ${{ matrix.os == 'macos' }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '^1.23.4' - name: Build xtask