Skip to content

Commit ecb3243

Browse files
committed
fix CI warn
1 parent 2c99d42 commit ecb3243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GH Pages Deploy
1+
name: GH Pages Deploy (Docs, mdbook)
22

33

44
on:
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1515

1616
- name: Setup mdBook
1717
uses: peaceiris/actions-mdbook@v1

0 commit comments

Comments
 (0)