From c5a4b11aeda0b6a14f5c77963df2731b44ca5f6d Mon Sep 17 00:00:00 2001 From: "renovate-for-tknetworks[bot]" <141540558+renovate-for-tknetworks[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:40:02 +0000 Subject: [PATCH] fix(deps): update actions/setup-go digest to 924ae3a --- .github/workflows/go.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4e61308..41c1ce0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: '${{ env.GO_VERSION }}' id: go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffa25f4..9a47e47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: '${{ env.GO_VERSION }}' id: go