From 3dabc5b17e37612576b8a22fbd7c27dbd713725e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:32:30 +0000 Subject: [PATCH] build(deps): bump dorny/paths-filter from 2.11.1 to 3.0.1 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 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/v2.11.1...v3.0.1) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... 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 e69926b28..5ae804ffd 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@v2.11.1 + uses: dorny/paths-filter@v3.0.1 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 b6b0522bb..f40d9ef3b 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@v2.11.1 + uses: dorny/paths-filter@v3.0.1 id: changes with: filters: | diff --git a/.github/workflows/lint-golang.yaml b/.github/workflows/lint-golang.yaml index a5b18b725..ffbf1891d 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@v2.11.1 + uses: dorny/paths-filter@v3.0.1 if: ${{ github.event_name == 'pull_request' }} id: filter_pr with: