We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb15b6f commit f3520caCopy full SHA for f3520ca
1 file changed
.github/workflows/gh-pages.yml
@@ -12,7 +12,8 @@ jobs:
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
steps:
15
- - uses: actions/checkout@v2
+ - name: Checkout
16
+ uses: actions/checkout@v4
17
18
- name: Setup mdBook
19
uses: peaceiris/actions-mdbook@v2
0 commit comments