diff --git a/action.yml b/action.yml index a4b16bc..7b14f77 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ runs: using: 'composite' steps: - name: Set up Go toolchain - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: ${{ inputs.go-version-file != '' && inputs.go-version-file || format('{0}/go.mod', github.action_path) }} cache-dependency-path: ${{ github.action_path }}/go.sum