Skip to content

Commit 086d995

Browse files
ci(deps): Update dorny/paths-filter action to v4
1 parent 0f9c3b4 commit 086d995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: commitlint
3939
with:
4040
configFile: .commitlintrc.json
41-
- uses: dorny/paths-filter@v3
41+
- uses: dorny/paths-filter@v4
4242
# Skip the filter if there is no PR to filter
4343
if: github.event_name == 'pull_request'
4444
id: filter
@@ -138,7 +138,7 @@ jobs:
138138
run: git config --global url."https://foo:${{ steps.gh-app-auth.outputs.token }}@github.com".insteadOf ssh://git@github.com
139139

140140
# Using this to avoid unnecessary runs when files have not changed
141-
- uses: dorny/paths-filter@v3
141+
- uses: dorny/paths-filter@v4
142142
id: filter
143143
with:
144144
filters: |

0 commit comments

Comments
 (0)