Skip to content

Commit fda8724

Browse files
Merge pull request #1779 from nextcloud/dependabot/github_actions/dorny/paths-filter-4.0.0
Chore(deps): Bump dorny/paths-filter from 3.0.2 to 4.0.0
2 parents 31134ad + 1e38e47 commit fda8724

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
src: ${{ steps.changes.outputs.src}}
2929

3030
steps:
31-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
31+
- uses: dorny/paths-filter@9d7afb8d214ad99e78fbd4247752c4caed2b6e4c # v4.0.0
3232
id: changes
3333
continue-on-error: true
3434
with:

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
src: ${{ steps.changes.outputs.src}}
2929

3030
steps:
31-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
31+
- uses: dorny/paths-filter@9d7afb8d214ad99e78fbd4247752c4caed2b6e4c # v4.0.0
3232
id: changes
3333
continue-on-error: true
3434
with:

0 commit comments

Comments
 (0)