Skip to content

Commit 346031d

Browse files
kartbennashif
authored andcommitted
ci: github: bump tj-actions/changed-files version
Bump tj-actions/changed-files to latest (v45). Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 501fa47 commit 346031d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
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: |

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)