Skip to content

Commit

Permalink
[chore] Bump @actions/core to ^1.10.1 to remove set-output warnin…
Browse files Browse the repository at this point in the history
…g and set action to use Node 20 (#2432)

* [chore] Bump `@actions/core` to ^1.10.1 to remove `set-output` warning

* fix: keep mailgun version the same
  • Loading branch information
jonathanedey authored Feb 1, 2024
1 parent db3d5be commit e321784
Show file tree
Hide file tree
Showing 4 changed files with 28,066 additions and 1,727 deletions.
2 changes: 1 addition & 1 deletion .github/actions/send-email/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ inputs:
description: HTML body of the message.
required: false
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit e321784

Please sign in to comment.