Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[chore] Bump @actions/core to ^1.10.1 to remove set-output warning
  • Loading branch information
jonathanedey committed Feb 1, 2024
commit 21d28ac0cb6dae056da51ac8699926459864c5a6
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