Skip to content

Commit 6d17ce1

Browse files
chore(deps): update dorny/paths-filter action to v4 (#618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7358898 commit 6d17ce1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tsconfig: ${{ steps.filter.outputs.tsconfig }}
3535
directory: ${{ steps.filter.outputs.changes }}
3636
steps:
37-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
37+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3838
id: filter
3939
with:
4040
# package.json を含めているのはl、ビルド環境が変わった場合にすべてのパッケージをビルドするようにするため

.github/workflows/test.yml

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

3232
steps:
33-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
33+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3434
id: filter
3535
with:
3636
# package.json を含めているのは、ビルド環境が変わった場合にすべてのパッケージをテストするようにするため

.github/workflows/update-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Check target packages (PR Comment)
7171
if: github.event_name == 'pull_request'
72-
uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
72+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
7373
id: pr-target
7474
with:
7575
filters: |

0 commit comments

Comments
 (0)