Skip to content

Commit de707a7

Browse files
authored
Merge pull request #134 from LibreCodeCoop/dependabot/github_actions/dorny/paths-filter-4.0.3
chore(deps): Bump dorny/paths-filter from 4.0.1 to 4.0.3
2 parents f40dbd1 + b519a69 commit de707a7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/behat-sqlite.yml

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

2727
steps:
28-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
28+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
2929
id: changes
3030
continue-on-error: true
3131
with:

.github/workflows/node.yml

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

3434
steps:
35-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
35+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
3636
id: changes
3737
continue-on-error: true
3838
with:

.github/workflows/phpunit-sqlite.yml

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

4343
steps:
44-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
44+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
4545
id: changes
4646
continue-on-error: true
4747
with:

.github/workflows/playwright.yml

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

3232
steps:
33-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
33+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
3434
id: changes
3535
continue-on-error: true
3636
with:

0 commit comments

Comments
 (0)