Skip to content

Commit 6d11a00

Browse files
authored
Merge pull request #13 from cslant/dependabot/github_actions/dorny/paths-filter-4
build(deps): bump dorny/paths-filter from 3 to 4
2 parents 7025d91 + 6b50069 commit 6d11a00

19 files changed

Lines changed: 19 additions & 19 deletions

.github/workflows/mailhog-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Check for changes in mailhog directory
3131
id: changes
32-
uses: dorny/paths-filter@v3
32+
uses: dorny/paths-filter@v4
3333
with:
3434
filters: |
3535
mailhog:

.github/workflows/mysql-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Check for changes in mysql directory
3232
id: changes
33-
uses: dorny/paths-filter@v3
33+
uses: dorny/paths-filter@v4
3434
with:
3535
filters: |
3636
mysql:

.github/workflows/mysql57-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Check for changes in mysql57 directory
3232
id: changes
33-
uses: dorny/paths-filter@v3
33+
uses: dorny/paths-filter@v4
3434
with:
3535
filters: |
3636
mysql57:

.github/workflows/mysql9-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Check for changes in mysql9 directory
3232
id: changes
33-
uses: dorny/paths-filter@v3
33+
uses: dorny/paths-filter@v4
3434
with:
3535
filters: |
3636
mysql9:

.github/workflows/nginx-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Check for changes in nginx directory
3232
id: changes
33-
uses: dorny/paths-filter@v3
33+
uses: dorny/paths-filter@v4
3434
with:
3535
filters: |
3636
nginx:

.github/workflows/node22-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Check for changes in node22 directory
3232
id: changes
33-
uses: dorny/paths-filter@v3
33+
uses: dorny/paths-filter@v4
3434
with:
3535
filters: |
3636
node22:

.github/workflows/node22-docker-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Check for changes in node22 directory
3535
id: changes
36-
uses: dorny/paths-filter@v3
36+
uses: dorny/paths-filter@v4
3737
with:
3838
filters: |
3939
node22:

.github/workflows/node24-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Check for changes in node24 directory
3232
id: changes
33-
uses: dorny/paths-filter@v3
33+
uses: dorny/paths-filter@v4
3434
with:
3535
filters: |
3636
node24:

.github/workflows/php56-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Check for changes in php56 directory
3232
id: changes
33-
uses: dorny/paths-filter@v3
33+
uses: dorny/paths-filter@v4
3434
with:
3535
filters: |
3636
php56:

.github/workflows/php74-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Check for changes in php74 directory
3131
id: changes
32-
uses: dorny/paths-filter@v3
32+
uses: dorny/paths-filter@v4
3333
with:
3434
filters: |
3535
php74:

0 commit comments

Comments
 (0)