Skip to content

Commit b8e5068

Browse files
committed
tools: update checkout action on CI
https://github.com/actions/checkout\#whats-new
1 parent 79fa41c commit b8e5068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0
1414
- name: Install mdbook

0 commit comments

Comments
 (0)