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 }}"