Skip to content

Commit 48fef0e

Browse files
committed
update runner to node24
1 parent 0839064 commit 48fef0e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: Changed
2+
body: Upgrade action runner to node24
3+
time: 2026-04-12T21:30:16.144865925-07:00
4+
custom:
5+
Issue: "335"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
uses: softprops/action-gh-release@v2
3030
with:
3131
body: View full release notes in the [Changelog](https://github.com/miniscruff/changie-action/blob/main/CHANGELOG.md)
32-
tag_name: v2 # currently no way of finding this in changie directly
32+
tag_name: v3 # currently no way of finding this in changie directly

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ outputs:
2424
description: 'Results of running the changie command, if one is specified'
2525

2626
runs:
27-
using: 'node20'
27+
using: 'node24'
2828
main: 'dist/index.js'

0 commit comments

Comments
 (0)