Skip to content

Commit 0f5a08f

Browse files
committed
try to upgrade github actions
1 parent e1b2c6c commit 0f5a08f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ on:
55
- master
66
jobs:
77
build-and-deploy:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v2.3.5
11+
uses: actions/checkout@v5
1212

1313
- name: build
1414
run: |
1515
npm ci
1616
npm run docs:build
1717
1818
- name: deploy
19-
uses: JamesIves/github-pages-deploy-action@4.1.5
19+
uses: JamesIves/github-pages-deploy-action@4
2020
with:
2121
branch: pages
2222
folder: docs/.vitepress/dist

0 commit comments

Comments
 (0)