File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8585 echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
8686
8787 - name : Check common triggering files
88- uses : tj-actions/changed-files@v44
88+ uses : tj-actions/changed-files@v45
8989 id : check-common-files
9090 with :
9191 files : |
@@ -100,7 +100,7 @@ jobs:
100100 tests/bsim/*
101101
102102 - name : Check if Bluethooth files changed
103- uses : tj-actions/changed-files@v44
103+ uses : tj-actions/changed-files@v45
104104 id : check-bluetooth-files
105105 with :
106106 files : |
@@ -109,7 +109,7 @@ jobs:
109109 subsys/bluetooth/
110110
111111 - name : Check if Networking files changed
112- uses : tj-actions/changed-files@v44
112+ uses : tj-actions/changed-files@v45
113113 id : check-networking-files
114114 with :
115115 files : |
@@ -122,7 +122,7 @@ jobs:
122122 include/zephyr/net/ieee802154*
123123
124124 - name : Check if UART files changed
125- uses : tj-actions/changed-files@v44
125+ uses : tj-actions/changed-files@v45
126126 id : check-uart-files
127127 with :
128128 files : |
Original file line number Diff line number Diff line change 3737 ref : ${{ github.event.pull_request.head.sha }}
3838 fetch-depth : 0
3939 - name : Check if Documentation related files changed
40- uses : tj-actions/changed-files@v44
40+ uses : tj-actions/changed-files@v45
4141 id : check-doc-files
4242 with :
4343 files : |
You can’t perform that action at this time.
0 commit comments