diff --git a/action.yml b/action.yml index 1e0a1f8..66663f7 100644 --- a/action.yml +++ b/action.yml @@ -7,5 +7,5 @@ inputs: default: ${{ github.token }} runs: - using: node12 + using: node16 main: dist/index.js