From 879f93f746f06392477b7f07936086367f5163bc Mon Sep 17 00:00:00 2001
From: EusebioTrigo <eusebiotrigo@gmail.com>
Date: Fri, 2 Feb 2024 09:21:54 +0100
Subject: [PATCH] Update action.yml to use node20

---
 action.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/action.yml b/action.yml
index 4953e72..b3f3b3b 100644
--- a/action.yml
+++ b/action.yml
@@ -11,7 +11,7 @@ inputs:
   tags:
     description: |
       'The tag or tags of the image/manifest to push.
-      For multiple tags, seperate by whitespace. For example, "latest v1"'
+      For multiple tags, separate by whitespace. For example, "latest v1"'
     required: false
     default: 'latest'
   registry:
@@ -47,5 +47,5 @@ outputs:
   registry-paths:
     description: 'A JSON array of registry paths to which the tag(s) were pushed'
 runs:
-  using: 'node16'
+  using: 'node20'
   main: 'dist/index.js'