diff --git a/.github/workflows/build-toc.yaml b/.github/workflows/build-toc.yaml index 0583831..03ddc69 100644 --- a/.github/workflows/build-toc.yaml +++ b/.github/workflows/build-toc.yaml @@ -15,7 +15,7 @@ jobs: if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event.pull_request.merged == true && github.base_ref == 'main') steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run TOC generation script run: |