From 146598f5f42ce2408652a0d59ca7012ca1d0e71b Mon Sep 17 00:00:00 2001 From: chris48s <chris48s@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:36:57 +0000 Subject: [PATCH] run close-bot on node 16 (#8740) Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- .github/actions/close-bot/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/close-bot/action.yml b/.github/actions/close-bot/action.yml index 0c74e5eaa7..dd7eb2beec 100644 --- a/.github/actions/close-bot/action.yml +++ b/.github/actions/close-bot/action.yml @@ -8,5 +8,5 @@ inputs: description: 'The GITHUB_TOKEN secret' required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' -- GitLab