From 46f1551e4b62f3e2ac6d2196ca17fca634a93656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:22:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- setup-hugo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-hugo/action.yml b/setup-hugo/action.yml index 51f253f..3b0ab71 100644 --- a/setup-hugo/action.yml +++ b/setup-hugo/action.yml @@ -38,7 +38,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: "${{ inputs.go-version }}" go-version-file: "${{ inputs.go-version-file }}"