From f64f9ad4b19c63d1070bcee2465bd12dc5a1ee47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:10:46 +0000 Subject: [PATCH] chore(deps): 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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce427ce88..a6af46c20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -287,7 +287,7 @@ jobs: uses: actions/checkout@v4 - name: Get modified files - uses: dorny/paths-filter@v3.0.0 + uses: dorny/paths-filter@v3.0.1 id: filter with: list-files: "shell" @@ -342,7 +342,7 @@ jobs: uses: actions/checkout@v4 - name: Get modified files - uses: dorny/paths-filter@v3.0.0 + uses: dorny/paths-filter@v3.0.1 id: filter with: list-files: "shell"