Skip to content

Commit 9938e18

Browse files
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4262130 commit 9938e18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
west forall -c 'git reset --hard HEAD'
7979
8080
- name: Check common triggering files
81-
uses: tj-actions/changed-files@v35
81+
uses: tj-actions/changed-files@v41
8282
id: check-common-files
8383
with:
8484
files: |
@@ -93,7 +93,7 @@ jobs:
9393
tests/bsim/*
9494
9595
- name: Check if Bluethooth files changed
96-
uses: tj-actions/changed-files@v35
96+
uses: tj-actions/changed-files@v41
9797
id: check-bluetooth-files
9898
with:
9999
files: |
@@ -102,7 +102,7 @@ jobs:
102102
subsys/bluetooth/**
103103
104104
- name: Check if Networking files changed
105-
uses: tj-actions/changed-files@v35
105+
uses: tj-actions/changed-files@v41
106106
id: check-networking-files
107107
with:
108108
files: |

0 commit comments

Comments
 (0)