Skip to content

Commit a33ea27

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 230abe6 commit a33ea27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-gateway-plugins-changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
token: ${{ steps.app-token.outputs.token }}
5151

5252
- name: Setup Node.js
53-
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
53+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
5454
with:
5555
node-version: '24'
5656
cache: 'npm'

.github/workflows/generate-kong-conf-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
token: ${{ steps.app-token.outputs.token }}
5252

5353
- name: Setup Node.js
54-
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
54+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
5555
with:
5656
node-version: '24'
5757
cache: 'npm'

0 commit comments

Comments
 (0)