Bump to node20 (#201)

Fix for deprecated node16

Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: webfactory/ssh-agent@v0.8.0. For more information
see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
This commit is contained in:
Kevin Glavin 2024-02-06 04:26:21 -05:00 committed by GitHub
parent 9f6f312a31
commit 204eb35a4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,10 +20,11 @@ inputs:
description: 'git command'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/cleanup.js'
post-if: 'always()'
branding:
icon: loader
color: 'yellow'