diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 6ea41a1..7041571 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v6 - name: Check if VERSION file is modified compared to main - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: changes with: base: main diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 9efafdf..d2e5d49 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -62,5 +62,5 @@ jobs: # Deploy the book's HTML to GitHub Pages - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/report_pytest.yml b/.github/workflows/report_pytest.yml index 5342767..b6c3aa3 100644 --- a/.github/workflows/report_pytest.yml +++ b/.github/workflows/report_pytest.yml @@ -49,7 +49,7 @@ jobs: - name: Post PyTest Coverage Comment id: coverage_comment - uses: MishaKav/pytest-coverage-comment@v1.6.0 + uses: MishaKav/pytest-coverage-comment@v1.7.1 with: issue-number: ${{ steps.pr-context.outputs.number }} pytest-coverage-path: pytest-coverage.txt @@ -90,7 +90,7 @@ jobs: - name: Post PyTest Coverage Comment on push id: coverage_comment - uses: MishaKav/pytest-coverage-comment@v1.6.0 + uses: MishaKav/pytest-coverage-comment@v1.7.1 with: pytest-coverage-path: pytest-coverage.txt junitxml-path: pytest.xml