Skip to content

Commit

Permalink
Bump check-for-changelog CI action's path filter to the latest
Browse files Browse the repository at this point in the history
This fixes it using Github's deprecated set-output feature
  • Loading branch information
jacquesh committed Feb 1, 2025
1 parent 5900e6e commit b2eedc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request-contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Check what files have been modified
uses: dorny/paths-filter@v2.2.1
uses: dorny/paths-filter@v3.0.2
id: filter
with:
filters: |
Expand Down

0 comments on commit b2eedc9

Please sign in to comment.