From d6f051e053c842323e0155c2108e757e5c3db842 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Jul 2026 02:26:21 +0000 Subject: [PATCH] fix(deps): update actions/setup-go action to v7 --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index c9c6d3e..28c1686 100644 --- a/action.yaml +++ b/action.yaml @@ -127,7 +127,7 @@ runs: - name: Setup Go (from input) if: steps.detect-go.outputs.VERSION != '' - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ steps.detect-go.outputs.VERSION }} cache: false @@ -137,7 +137,7 @@ runs: if: steps.detect-go.outputs.VERSION == '' && steps.detect-go.outputs.VERSION_FILE != '' - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: ${{ steps.detect-go.outputs.VERSION_FILE }} cache: false