diff --git a/action.yml b/action.yml index 77b6ca0b..211c42d1 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ inputs: description: 'Deprecated. Use node-version instead. Will not be supported after October 1, 2019' deprecationMessage: 'The version property will not be supported after October 1, 2019. Use node-version instead' runs: - using: 'node12' - main: 'lib/setup-node.js' + using: 'node@v1.1.0' + main: 'actions/setup-node@v1.1.0'