Skip to content

Commit

Permalink
chore: upgrade Node in the action file
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsilver committed Jan 11, 2024
1 parent b4064c2 commit c8878c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: '@guardian/actions-merge-release-changes-to-protected-branch'
description: 'A GitHub action to open, approve and merge a PR of changes generated during a release on a protected branch'
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
inputs:
github-token:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/actions-merge-release-changes-to-protected-branch",
"version": "1.2.0",
"version": "1.3.0",
"description": "A GitHub action to open, approve and merge a PR of changes generated during a release on a protected branch",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit c8878c0

Please sign in to comment.