diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9d1fe0807..15763bacd 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -87,7 +87,7 @@ jobs: # 'false' - if none of changed files matches any of filter rules # also, returns: # `changes` - JSON array with names of all filters matching any of the changed files - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v3 id: get-changes with: token: ${{ secrets.GITHUB_TOKEN }}