diff --git a/.github/workflows/checkers.yml b/.github/workflows/checkers.yml index f19a629..1388849 100644 --- a/.github/workflows/checkers.yml +++ b/.github/workflows/checkers.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - id: changed - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | **.md @@ -58,7 +58,7 @@ jobs: pip3 install doc8 - id: changed - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | **.rst @@ -86,7 +86,7 @@ jobs: - name: Get new and changed restructured text files id: changed - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | **.rst @@ -115,7 +115,7 @@ jobs: sudo pip install sphinx sphinx_rtd_theme myst_parser - id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: build sphinx document run: |