Skip to content

Commit

Permalink
Merge pull request #8 from matanengber-orca/patch-1
Browse files Browse the repository at this point in the history
chore: Update action to use node20
  • Loading branch information
rkhaslarov authored Nov 12, 2024
2 parents dc88329 + f2a276b commit 7d8f8f8
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 @@ -2,7 +2,7 @@ name: "Pull Request Updater GitHub Action"
description: "GitHub Action that updates a pull request with information extracted from branch name"
author: "Tamim Khan"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
inputs:
repo-token:
Expand Down

0 comments on commit 7d8f8f8

Please sign in to comment.