diff options
Diffstat (limited to '.github/workflows/doc.yml')
| -rw-r--r-- | .github/workflows/doc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 411b7589f..b4e225e64 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml | |||
| @@ -29,7 +29,7 @@ jobs: | |||
| 29 | concurrency: doc-${{ matrix.crates }} | 29 | concurrency: doc-${{ matrix.crates }} |
| 30 | 30 | ||
| 31 | steps: | 31 | steps: |
| 32 | - uses: actions/checkout@v2 | 32 | - uses: actions/checkout@v3 |
| 33 | with: | 33 | with: |
| 34 | submodules: true | 34 | submodules: true |
| 35 | - name: Install Rust targets | 35 | - name: Install Rust targets |
