Skip to content

Commit 27ead67

Browse files
authored
Merge pull request #64 from nics-tw/chore/update-gh_act-checkout
2 parents 7e81f74 + a60c4be commit 27ead67

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
name: Build Docusaurus
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
cache: npm
2222

2323
- name: Install dependencies
@@ -44,7 +44,6 @@ jobs:
4444
name: github-pages
4545
url: ${{ steps.deployment.outputs.page_url }}
4646

47-
4847
runs-on: ubuntu-latest
4948
steps:
5049
- name: Deploy to GitHub Pages

.github/workflows/test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
name: Test deployment
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
cache: npm
2222

2323
- name: Install dependencies

0 commit comments

Comments
 (0)