Skip to content

Commit e9561e9

Browse files
chore(deps): update dorny/paths-filter action to v3.0.3 (#609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72ffc4f commit e9561e9

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@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
37+
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
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@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
33+
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
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@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
72+
uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
7373
id: pr-target
7474
with:
7575
filters: |

0 commit comments

Comments
 (0)