From 337f6dba15d7fa08f112d37f953eaa2395f0764f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:00:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.4.0 --- .github/workflows/build-go-attest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-go-attest.yml b/.github/workflows/build-go-attest.yml index 27e4675..bc25ab3 100644 --- a/.github/workflows/build-go-attest.yml +++ b/.github/workflows/build-go-attest.yml @@ -77,7 +77,7 @@ jobs: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: ${{ inputs.go-version-file }}