From 12703cf92dd4246df1aef3d9ead5691ed0670c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:08:12 +0000 Subject: [PATCH] Bump dorny/paths-filter from 2.6.0 to 2.11.1 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.6.0 to 2.11.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/eb75a1edc117d3756a18ef89958ee59f9500ba58...4512585405083f25c027a35db413c2b3b9006d50) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/content-changes-table-comment.yml | 2 +- .github/workflows/staging-build-pr.yml | 2 +- .github/workflows/triage-unallowed-contributions.yml | 2 +- .github/workflows/triage-unallowed-internal-changes.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index 326924bd5989..de67288ce850 100644 --- a/.github/workflows/content-changes-table-comment.yml +++ b/.github/workflows/content-changes-table-comment.yml @@ -26,7 +26,7 @@ jobs: filterContentDir: ${{ steps.filter.outputs.filterContentDir }} steps: - name: Get files changed - uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: filter with: # Base branch used to get changed files diff --git a/.github/workflows/staging-build-pr.yml b/.github/workflows/staging-build-pr.yml index 2cfc7c763ad1..2e37c7d4165e 100644 --- a/.github/workflows/staging-build-pr.yml +++ b/.github/workflows/staging-build-pr.yml @@ -39,7 +39,7 @@ jobs: # Make sure only approved files are changed if it's in github/docs - name: Check changed files if: ${{ github.event.pull_request.user.login != 'Octomerger' }} - uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: filter with: # Base branch used to get changed files diff --git a/.github/workflows/triage-unallowed-contributions.yml b/.github/workflows/triage-unallowed-contributions.yml index 8d0bc4244216..bfc33296ded5 100644 --- a/.github/workflows/triage-unallowed-contributions.yml +++ b/.github/workflows/triage-unallowed-contributions.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get files changed - uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: filter with: # Base branch used to get changed files diff --git a/.github/workflows/triage-unallowed-internal-changes.yml b/.github/workflows/triage-unallowed-internal-changes.yml index 168517fc0f6d..70d7a3a9d3b1 100644 --- a/.github/workflows/triage-unallowed-internal-changes.yml +++ b/.github/workflows/triage-unallowed-internal-changes.yml @@ -32,7 +32,7 @@ jobs: count: 0 steps: - name: Get files changed - uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: filter with: # Base branch used to get changed files