Skip to content

Commit fc29f60

Browse files
authored
Merge pull request #527 from ocsigen/dependabot/github_actions/actions/setup-node-6
2 parents 70b6cab + 9181b60 commit fc29f60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dotnet-version: 6.0.x
3636

3737
- name: Set-up Node.js
38-
uses: actions/setup-node@v5
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version: 22
4141
cache: yarn
@@ -70,7 +70,7 @@ jobs:
7070
dotnet-version: 6.0.x
7171

7272
- name: Set-up Node.js
73-
uses: actions/setup-node@v5
73+
uses: actions/setup-node@v6
7474
with:
7575
node-version: 22
7676
cache: yarn

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: 6.0.x
2020

2121
- name: Set-up Node.js
22-
uses: actions/setup-node@v5
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: 22
2525
cache: yarn

0 commit comments

Comments
 (0)