Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump tj-actions/changed-files from 35 to 41 in /.github/workflows #32

Open
wants to merge 1 commit into
base: v3.5.0+zmk-fixes
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/bsim-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
west forall -c 'git reset --hard HEAD'

- name: Check common triggering files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
id: check-common-files
with:
files: |
Expand All @@ -94,7 +94,7 @@ jobs:
tests/bsim/*

- name: Check if Bluethooth files changed
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
id: check-bluetooth-files
with:
files: |
Expand All @@ -103,7 +103,7 @@ jobs:
subsys/bluetooth/**

- name: Check if Networking files changed
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
id: check-networking-files
with:
files: |
Expand Down
Loading