Skip to content

Commit bdeec8c

Browse files
Merge pull request #360 from rancher/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 19cd62b + f0fa0ef commit bdeec8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Configure Pages
2929
uses: actions/configure-pages@v5
3030
- name: Install Node.js
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v5
3232
with:
3333
node-version: '18'
3434
- name: Generate Site

.github/workflows/test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@v5
1818
with:
1919
node-version: 23.6.0
2020
- name: Install Antora with the Antora Lunr Extension

0 commit comments

Comments
 (0)