Skip to content

Commit

Permalink
Merge pull request #91 from carpentries/use-node20
Browse files Browse the repository at this point in the history
use node20
  • Loading branch information
ErinBecker authored Jun 11, 2024
2 parents 70ff4b4 + 5d73d6a commit 005216f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion check-valid-pr/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ outputs:
MSG:
description: "a message that can be sent to the PR in the case of an invalid PR"
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
2 changes: 1 addition & 1 deletion comment-diff/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ inputs:
required: true
default: ${{ github.token }}
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
2 changes: 1 addition & 1 deletion download-workflow-artifact/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ outputs:
success:
description: "a boolean variable if the download was successful (true) or not (false)"
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
2 changes: 1 addition & 1 deletion remove-branch/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
required: true
default: ${{ github.token }}
runs:
using: 'node16'
using: 'node20'
main: 'index.js'

0 comments on commit 005216f

Please sign in to comment.