Skip to content

Commit 3039538

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 7542bf8 commit 3039538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout repository
1010
uses: actions/checkout@v5
1111
- name: Install Node.js
12-
uses: actions/setup-node@v5
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version: "22"
1515
- name: Install Antora

0 commit comments

Comments
 (0)