From db0b0aa71432e13f6fc5d78156a772f38b7b0611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 03:14:09 +0000 Subject: [PATCH] Bump the all-actions group across 1 directory with 3 updates Bumps the all-actions group with 3 updates in the / directory: [dorny/paths-filter](https://github.com/dorny/paths-filter), [actions/deploy-pages](https://github.com/actions/deploy-pages) and [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment). Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3...v4) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) Updates `MishaKav/pytest-coverage-comment` from 1.6.0 to 1.7.1 - [Release notes](https://github.com/mishakav/pytest-coverage-comment/releases) - [Changelog](https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mishakav/pytest-coverage-comment/compare/v1.6.0...v1.7.1) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: MishaKav/pytest-coverage-comment dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yml | 2 +- .github/workflows/examples.yml | 2 +- .github/workflows/report_pytest.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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