From ddf137e7568ecfd40d5d2c0f8b1eceba6cf164c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Nov 2021 11:37:16 +0000 Subject: [PATCH] Bump dorny/paths-filter from 2.6.0 to 2.10.2 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.6.0 to 2.10.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/eb75a1edc117d3756a18ef89958ee59f9500ba58...b2feaf19c27470162a626bd6fa8438ae5b263721) --- 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 0c51e122e489..16a308077cf5 100644 --- a/.github/workflows/content-changes-table-comment.yml +++ b/.github/workflows/content-changes-table-comment.yml @@ -17,7 +17,7 @@ jobs: filterContentDir: ${{ steps.filter.outputs.filterContentDir }} steps: - name: Get files changed - uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58 + uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 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 3ddc10d39741..9aa57bd31029 100644 --- a/.github/workflows/staging-build-pr.yml +++ b/.github/workflows/staging-build-pr.yml @@ -44,7 +44,7 @@ jobs: # Make sure only approved files are changed if it's in github/docs - name: Check changed files if: ${{ github.repository == 'github/docs' && github.event.pull_request.user.login != 'Octomerger' }} - uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58 + uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 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 30e1d18494aa..0c1562f12b11 100644 --- a/.github/workflows/triage-unallowed-contributions.yml +++ b/.github/workflows/triage-unallowed-contributions.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get files changed - uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58 + uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 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 4d9860bc5447..5a0337d5f965 100644 --- a/.github/workflows/triage-unallowed-internal-changes.yml +++ b/.github/workflows/triage-unallowed-internal-changes.yml @@ -23,7 +23,7 @@ jobs: count: 0 steps: - name: Get files changed - uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58 + uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 id: filter with: # Base branch used to get changed files