Skip to content

Commit 3f4475a

Browse files
committed
updated github ci
1 parent d791b97 commit 3f4475a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions-rs/toolchain@v1
12+
- uses: actions/checkout@v4
13+
- uses: dtolnay/rust-toolchain@stable
1414
with:
1515
profile: default
1616
toolchain: stable
@@ -49,7 +49,7 @@ jobs:
4949
run: linkchecker doc
5050
- name: Deploy webpage
5151
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
52-
uses: peaceiris/actions-gh-pages@v3
52+
uses: peaceiris/actions-gh-pages@v4
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}
5555
publish_dir: doc

0 commit comments

Comments
 (0)