Skip to content

Commit

Permalink
Chore: update dorny/paths-filter to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Dec 30, 2024
1 parent df1a7c7 commit 2db3d62
Show file tree
Hide file tree
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
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
ref: ${{ env.ref }}
- id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: |
changes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
ref: ${{ env.ref }}
- id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: |
changes:
Expand Down

0 comments on commit 2db3d62

Please sign in to comment.