|
61 | 61 |
|
62 | 62 | steps: |
63 | 63 | - name: Checkout |
64 | | - uses: actions/checkout@v3 |
| 64 | + uses: actions/checkout@v6 |
65 | 65 | with: |
66 | 66 | fetch-depth: 0 ## all branches all tags |
67 | 67 |
|
@@ -278,7 +278,7 @@ jobs: |
278 | 278 | cat $GITHUB_ENV |
279 | 279 |
|
280 | 280 | - name: Setup python |
281 | | - uses: actions/setup-python@v4 |
| 281 | + uses: actions/setup-python@v6 |
282 | 282 | with: |
283 | 283 | python-version: 3.12 |
284 | 284 |
|
@@ -309,7 +309,7 @@ jobs: |
309 | 309 |
|
310 | 310 | pip install -r requirements.txt |
311 | 311 |
|
312 | | - - uses: ammaraskar/sphinx-problem-matcher@master |
| 312 | + - uses: ammaraskar/sphinx-problem-matcher@v1 |
313 | 313 |
|
314 | 314 | - name: make linkcheck - check links |
315 | 315 | if: ${{ env.SKIP_LINKCHECK != 'true' }} |
@@ -521,14 +521,14 @@ jobs: |
521 | 521 | sha1sum dist/gh-pages.tar.gz |
522 | 522 |
|
523 | 523 | - name: Upload artifact |
524 | | - uses: actions/upload-artifact@v4 |
| 524 | + uses: actions/upload-artifact@v7 |
525 | 525 | with: |
526 | 526 | name: sphinx-docs |
527 | 527 | path: dist/gh-pages.tar.gz |
528 | 528 |
|
529 | 529 | - name: Upload github-pages |
530 | 530 | if: ${{ env.DEPLOY_ENV_TEST == 'true' || env.DEPLOY_ENV_LIVE == 'true' }} |
531 | | - uses: actions/upload-pages-artifact@main |
| 531 | + uses: actions/upload-pages-artifact@v5 |
532 | 532 | with: |
533 | 533 | name: github-pages |
534 | 534 | path: dist/gh-pages |
@@ -573,7 +573,7 @@ jobs: |
573 | 573 | - name: Deploy to GitHub Pages |
574 | 574 | id: deployment |
575 | 575 | if: ${{ env.DEPLOY_ENV_TEST == 'true' || env.DEPLOY_ENV_LIVE == 'true' }} |
576 | | - uses: actions/deploy-pages@v2 |
| 576 | + uses: actions/deploy-pages@v5 |
577 | 577 |
|
578 | 578 | - name: Summary |
579 | 579 | run: | |
|
0 commit comments