From 1bf7b00bdfdd4a93498a34eda2bee05d8217a1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:07:19 +0000 Subject: [PATCH] build(deps): bump dorny/paths-filter from 3.0.1 to 3.0.2 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-pr-ci.yaml | 2 +- .github/workflows/lint-codeowners.yaml | 2 +- .github/workflows/lint-golang.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-pr-ci.yaml b/.github/workflows/auto-pr-ci.yaml index 5ae804ffd..8d86b7452 100644 --- a/.github/workflows/auto-pr-ci.yaml +++ b/.github/workflows/auto-pr-ci.yaml @@ -62,7 +62,7 @@ jobs: JustE2E: ${{ env.RUN_JustE2E }} steps: - name: Check Code Changes - uses: dorny/paths-filter@v3.0.1 + uses: dorny/paths-filter@v3.0.2 if: ${{ github.event_name == 'pull_request_target' }} id: filter_pr with: diff --git a/.github/workflows/lint-codeowners.yaml b/.github/workflows/lint-codeowners.yaml index f40d9ef3b..38aa3c278 100644 --- a/.github/workflows/lint-codeowners.yaml +++ b/.github/workflows/lint-codeowners.yaml @@ -22,7 +22,7 @@ jobs: codeowners-changed: ${{ steps.changes.outputs.codeowners-changed }} steps: - name: Check code changes - uses: dorny/paths-filter@v3.0.1 + uses: dorny/paths-filter@v3.0.2 id: changes with: filters: | diff --git a/.github/workflows/lint-golang.yaml b/.github/workflows/lint-golang.yaml index ffbf1891d..877970832 100644 --- a/.github/workflows/lint-golang.yaml +++ b/.github/workflows/lint-golang.yaml @@ -39,7 +39,7 @@ jobs: crd: ${{ env.RUN_CRD_CHECK }} steps: - name: Check Go Code Changes - uses: dorny/paths-filter@v3.0.1 + uses: dorny/paths-filter@v3.0.2 if: ${{ github.event_name == 'pull_request' }} id: filter_pr with: