From 3d2a52b0a7062760c7019f292ed83b3129b4c475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 05:53:43 +0000 Subject: [PATCH] ci: bump actions/setup-go from 6.4.0 to 6.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/maturity.yml | 2 +- .github/workflows/nightly-fuzz.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8719d2f..72d6441 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: components: rustfmt,clippy - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum @@ -140,7 +140,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum diff --git a/.github/workflows/maturity.yml b/.github/workflows/maturity.yml index 02e0e7a..41386d9 100644 --- a/.github/workflows/maturity.yml +++ b/.github/workflows/maturity.yml @@ -44,7 +44,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum diff --git a/.github/workflows/nightly-fuzz.yml b/.github/workflows/nightly-fuzz.yml index 5f8d2dc..c24fae7 100644 --- a/.github/workflows/nightly-fuzz.yml +++ b/.github/workflows/nightly-fuzz.yml @@ -55,7 +55,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum @@ -124,7 +124,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum