From cec3906d07cebd5b526dcafa158ca05ceb2a3b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:06:22 +0000 Subject: [PATCH] deps(actions)(deps): bump actions/setup-go from 4.3.0 to 6.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4...4a3601121dd01d1626a1e23e37211e3254c1c06c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prpush.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prpush.yml b/.github/workflows/prpush.yml index 8278d74..e469a13 100644 --- a/.github/workflows/prpush.yml +++ b/.github/workflows/prpush.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: install Go - uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: 1.21.x @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: install Go - uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: 1.21.x