diff --git a/action.yml b/action.yml index a8d7548f1..80928e323 100644 --- a/action.yml +++ b/action.yml @@ -9,14 +9,12 @@ inputs: check-latest: description: 'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec' default: false - token: - description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user. - default: ${{ github.token }} cache: description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching. default: false - cache-dependency-path: - description: 'Used to specify the path to a dependency file - go.sum' + token: + description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user. + default: ${{ github.token }} outputs: go-version: description: 'The installed Go version. Useful when given a version range as input.'