Skip to content

Commit 8e6fd8d

Browse files
0x46616c6bclaude
andcommitted
chore: update actions/github-script to v9 (Node.js 24)
Fixes Node.js 20 deprecation warning. Node.js 20 actions will be forced to Node.js 24 starting June 2nd, 2026. Co-Authored-By: Claude <claude@anthropic.com>
1 parent 8d7d9db commit 8e6fd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ runs:
190190
- name: Create GitHub Deployments
191191
id: create_deployments
192192
if: inputs.create-deployment == 'true' && inputs.github-token != '' && inputs.gitops-token != ''
193-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
193+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
194194
env:
195195
INPUT_GITOPS_DEV: ${{ inputs.gitops-dev }}
196196
INPUT_GITOPS_STAGE: ${{ inputs.gitops-stage }}

0 commit comments

Comments
 (0)