Skip to content

Commit e321784

Browse files
authored
[chore] Bump @actions/core to ^1.10.1 to remove set-output warning 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
1 parent db3d5be commit e321784

File tree

4 files changed

+28066
-1727
lines changed

4 files changed

+28066
-1727
lines changed

.github/actions/send-email/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ inputs:
4040
description: HTML body of the message.
4141
required: false
4242
runs:
43-
using: 'node12'
43+
using: 'node20'
4444
main: 'dist/index.js'

0 commit comments

Comments
 (0)