From 1a85dbad5d0c7797efaf235b085a03e5d5cd915c Mon Sep 17 00:00:00 2001 From: Waheed Ahmad Date: Mon, 13 Jul 2026 07:58:26 +0000 Subject: [PATCH] chore(release): bump version to 0.0.6 --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {