From 033318629434368ec1d9864184866ad2d6800069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 02:37:16 +0000 Subject: [PATCH] Bump dorny/paths-filter from 2.11.1 to 2.12.0 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 2.12.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.11.1...v2.12.0) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 2cbd4714..0edd0423 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.11.1 + - uses: dorny/paths-filter@v2.12.0 if: ${{ !env.ACT }} id: filter with: diff --git a/.github/workflows/on-demand_molecule.yml b/.github/workflows/on-demand_molecule.yml index 15a81a64..abb1dc22 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.11.1 + - uses: dorny/paths-filter@v2.12.0 if: ${{ !env.ACT }} id: filter with: