From d377db1ee8aa371da4fc9bba29f942a8defd878d Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 13:39:58 +0000 Subject: [PATCH] chore(deps): update actions/setup-go digest to 4dc6199 Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- .github/workflows/test-mixins.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a2f59e90..06c9279c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: 1.23 - name: Tools cache @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: 1.23 - name: Restore Tools cache @@ -74,7 +74,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: 1.23 - name: Restore Tools cache diff --git a/.github/workflows/test-mixins.yml b/.github/workflows/test-mixins.yml index f69a44047..8783c7687 100644 --- a/.github/workflows/test-mixins.yml +++ b/.github/workflows/test-mixins.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: 1.23 - name: Tools cache @@ -96,7 +96,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: 1.23 - name: Restore Tools cache