chore(deps): update actions/checkout action to v3
This commit is contained in:
parent
a77009e32d
commit
0ce11b36c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wiki.yaml
vendored
2
.github/workflows/wiki.yaml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
deploy-wiki:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Checkout submodules
|
||||
uses: git submodule update --init --recursive
|
||||
|
|
Loading…
Reference in a new issue