From 05db2dc4c6887d163fde47cf1664ad15eb4671f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 07:39:21 -0800 Subject: [PATCH] Bump dorny/paths-filter from 2.12.0 to 3.0.0 (#194) Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.12.0 to 3.0.0. - [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/v2.12.0...v3.0.0) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on-demand_ci.yml | 2 +- .github/workflows/on-demand_molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-demand_ci.yml b/.github/workflows/on-demand_ci.yml index 0edd0423..13d52be6 100644 --- a/.github/workflows/on-demand_ci.yml +++ b/.github/workflows/on-demand_ci.yml @@ -83,7 +83,7 @@ jobs: scripts: ${{ steps.filter.outputs.scripts }} steps: - uses: actions/checkout@v4.1.1 - - uses: dorny/paths-filter@v2.12.0 + - uses: dorny/paths-filter@v3.0.0 if: ${{ !env.ACT }} id: filter with: diff --git a/.github/workflows/on-demand_molecule.yml b/.github/workflows/on-demand_molecule.yml index abb1dc22..15fc6cb8 100644 --- a/.github/workflows/on-demand_molecule.yml +++ b/.github/workflows/on-demand_molecule.yml @@ -53,7 +53,7 @@ jobs: environments: ${{ steps.filter.outputs.changes }} steps: - uses: actions/checkout@v4.1.1 - - uses: dorny/paths-filter@v2.12.0 + - uses: dorny/paths-filter@v3.0.0 if: ${{ !env.ACT }} id: filter with: