Skip to content

Commit

Permalink
Upgrade from 'node16' to 'node20'
Browse files Browse the repository at this point in the history
Upgrade the Node.js version used to run this action from Node.js v16 ('node16') to Node.js v20 ('node20'). For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
ericcornelissen authored Feb 1, 2024
1 parent 4df6500 commit a00e16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ branding:
color: "purple"
description: run gitleaks on push and pull-request events
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit a00e16e

Please sign in to comment.