diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index 326924bd5989..9677233218f3 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@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 2cfc7c763ad1..69e37af98c00 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@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 8d0bc4244216..8a5194c4615d 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@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 168517fc0f6d..3c948df1d641 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@b2feaf19c27470162a626bd6fa8438ae5b263721 id: filter with: # Base branch used to get changed files