From b67b1409d04c11f5f6ebb61dfc43f084d381d321 Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Sat, 19 Nov 2022 00:20:30 +0300 Subject: [PATCH] meta: use node16 instead of node12 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6ee82e0..af17fb3 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ inputs: description: Deprecated. Custom key used for APT packages caching required: false runs: - using: 'node12' + using: 'node16' main: dist/index.js