diff --git a/.github/workflows/apply-patches.yml b/.github/workflows/apply-patches.yml index 8e9b70b828..b16df76f61 100644 --- a/.github/workflows/apply-patches.yml +++ b/.github/workflows/apply-patches.yml @@ -27,7 +27,7 @@ jobs: # Use dorny/paths-filter instead of the path filter under the on: pull_request: block # so that the output can be used to conditionally run the apply-patches job, which lets # the job be marked as a required status check (conditional skip counts as a success). - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: filter with: filters: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55355acb7c..be2906fe50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: filter with: filters: |