Skip to content

Commit 8d92fdd

Browse files
Merge pull request #12 from gradientedge/dependabot/github_actions/actions/setup-node-6
2 parents abd2482 + 02a0074 commit 8d92fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6
1616

1717
- name: Setup Node.js 22 (cache npm)
18-
uses: actions/setup-node@v5
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version: 22
2121
cache: npm
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v6
5151

5252
- name: Setup Node.js 22 (cache npm)
53-
uses: actions/setup-node@v5
53+
uses: actions/setup-node@v6
5454
with:
5555
node-version: 22
5656
cache: npm

0 commit comments

Comments
 (0)