diff --git a/action.yml b/action.yml index 37cac6e..9924aa1 100644 --- a/action.yml +++ b/action.yml @@ -67,7 +67,7 @@ inputs: default: "5000" runs: - using: "node22" + using: "node24" main: "dist/index.js" branding: diff --git a/package.json b/package.json index 6cfc73f..17a112b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enqueue-pullrequest", - "version": "0.0.5", + "version": "0.0.6", "description": "GitHub Action to automatically enqueue pull requests into GitHub's native merge queue", "main": "dist/index.js", "scripts": {