Skip to content

Commit

Permalink
Merge pull request #2381 from SpikeInterface/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/dot-github/workflows/tj-actions/changed-files-41

Bump tj-actions/changed-files from 35 to 41 in /.github/workflows
  • Loading branch information
alejoe91 authored Jan 3, 2024
2 parents a509470 + e074395 commit 037bf4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deepinterpolation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: '3.9'
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
- name: Deepinteprolation changes
id: modules-changed
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: ./.github/actions/show-test-environment
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
- name: Module changes
id: modules-changed
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-on-change-matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
**/*.m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/streaming-extractor-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sudo apt install libopenblas-dev # Necessary for ROS3 support
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
- name: Module changes
id: modules-changed
run: |
Expand Down

0 comments on commit 037bf4d

Please sign in to comment.