Skip to content

Commit 7c419be

Browse files
authored
bump versions in renderDocs gh workflow
1 parent 8f02ced commit 7c419be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/renderDocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
16+
- uses: actions/checkout@v6
17+
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 16
20-
- uses: rlespinasse/github-slug-action@v4.x
19+
node-version: 24
20+
- uses: rlespinasse/github-slug-action@v5.x
2121
- name: Install antora
2222
run: |
2323
npm i @antora/cli@3.1 @antora/site-generator@3.1 @antora/lunr-extension

0 commit comments

Comments
 (0)