diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d180926..3b0cd6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Filter paths id: filter - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 with: # push (not pull_request): base must be explicit or it falls back to the # default branch, which is a no-op diff when pushing to that same branch.