1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-06-08 13:41:48 +02:00

feat: bump to use node20 runtime, actions/checkout to v4

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna 2023-09-05 11:50:32 +05:30
parent cf8514a651
commit bd981e3ecb
No known key found for this signature in database
GPG key ID: 1B8ECA406788AFA4
4 changed files with 17 additions and 17 deletions

View file

@ -26,6 +26,6 @@ inputs:
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/index.js'