diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16d2de2d..49af9906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: "Check out repository code" uses: "actions/checkout@v6" - name: Check for file changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: changes with: token: ${{ github.token }}