File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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、ビルド環境が変わった場合にすべてのパッケージをビルドするようにするため
Original file line number Diff line number Diff line change 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 を含めているのは、ビルド環境が変わった場合にすべてのパッケージをテストするようにするため
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments