Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: update dorny/paths-filter to v3
Browse files Browse the repository at this point in the history
emmercm committed Dec 30, 2024
1 parent df1a7c7 commit 2db3d62
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
with:
ref: ${{ env.ref }}
- id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: |
changes:
2 changes: 1 addition & 1 deletion .github/workflows/node-compile.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: |
changes:
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
with:
ref: ${{ env.ref }}
- id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: |
changes:

0 comments on commit 2db3d62

Please sign in to comment.