Skip to content

Commit dd71b24

Browse files
authored
Merge pull request #3248 from UltiRequiem/update_gh_checkout
tools: update checkout action on CI
2 parents 79fa41c + b8e5068 commit dd71b24

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)