1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Update runtime used to node16

This commit is contained in:
Davide Doronzo 2022-10-23 20:56:12 +01:00 committed by GitHub
parent 1132cc129c
commit 3b8580020b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,5 +26,5 @@ inputs:
required: false
default: "fail"
runs:
using: "node12"
using: "node16"
main: "lib/index.js"