diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index db7c0771..195538fc 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -25,7 +25,7 @@ jobs: run: git config --global --add safe.directory /__w/${{ env.REPO_NAME }}/${{ env.REPO_NAME }} # For pull requests it's not necessary to checkout the code - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: |