Skip to content

Commit

Permalink
Bump to node20 (#201)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
archen committed Feb 6, 2024
1 parent 9f6f312 commit 204eb35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Expand Up @@ -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'

0 comments on commit 204eb35

Please sign in to comment.