From 958852dbae07c7871ba84279d2c7d36c55dbdb90 Mon Sep 17 00:00:00 2001 From: Jon Knutson Date: Fri, 19 Jun 2026 10:53:41 -0500 Subject: [PATCH] chore: Migrate to Node 24 runtime and update fork references - Bump action runtime from node16 to node24 in action.yml - Point README usage example at Brale-xyz fork --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e48c92f..3b0ea31 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ jobs: steps: - name: Create the Linear Issue id: createIssue - uses: ctriolo/action-create-linear-issue@v1 + uses: Brale-xyz/action-create-linear-issue@v1 with: linear-api-key: ${{secrets.LINEAR_API_KEY}} linear-team-key: "CHR" diff --git a/action.yml b/action.yml index d06f767..d6f5629 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ outputs: linear-attachment-id: description: "The Linear attachment's uniquie identifier. (UUID)" runs: - using: "node16" + using: "node24" main: "dist/index.js" branding: icon: "checklist"