From 5ea06649aa5a9faa983032adac2887db43abc489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 02:05:22 +0000 Subject: [PATCH] Bump dorny/paths-filter from 3.0.0 to 3.0.1 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.0 to 3.0.1. - [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.0.0...v3.0.1) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-patch ... 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 de94914b..1712dbbd 100644 --- a/.github/workflows/on-demand_ci.yml +++ b/.github/workflows/on-demand_ci.yml @@ -79,7 +79,7 @@ jobs: scripts: ${{ steps.filter.outputs.scripts }} steps: - uses: actions/checkout@v4.1.1 - - uses: dorny/paths-filter@v3.0.0 + - uses: dorny/paths-filter@v3.0.1 if: ${{ !env.ACT }} id: filter with: diff --git a/.github/workflows/on-demand_molecule.yml b/.github/workflows/on-demand_molecule.yml index f6c25e08..cd93b12a 100644 --- a/.github/workflows/on-demand_molecule.yml +++ b/.github/workflows/on-demand_molecule.yml @@ -50,7 +50,7 @@ jobs: environments: ${{ steps.filter.outputs.changes }} steps: - uses: actions/checkout@v4.1.1 - - uses: dorny/paths-filter@v3.0.0 + - uses: dorny/paths-filter@v3.0.1 if: ${{ !env.ACT }} id: filter with: