Skip to content

Commit a89e63f

Browse files
Merge dependabot/github_actions/actions/setup-node-6 into dependabotCombined
2 parents 776d2b1 + 31032d8 commit a89e63f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-proxy-environment-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232

33-
- uses: actions/setup-node@v4
33+
- uses: actions/setup-node@v6
3434
with:
3535
node-version: 24
3636

.github/workflows/stage-5-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
with:
344344
path: .
345345
name: sdk-ts-${{ inputs.version }}
346-
- uses: actions/setup-node@v4
346+
- uses: actions/setup-node@v6
347347
with:
348348
node-version: '24.3'
349349
registry-url: 'https://npm.pkg.github.com'

0 commit comments

Comments
 (0)