Skip to content

Commit a4ea94f

Browse files
Bump tj-actions/changed-files from 41 to 46 in /.github/workflows (#389)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 46. - [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@v41...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ee35f0 commit a4ea94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dc_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Get changed files
2424
id: files
25-
uses: tj-actions/changed-files@v41
25+
uses: tj-actions/changed-files@v46
2626
with:
2727
json: true
2828
files: |

.github/workflows/run_tutorials_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Get changed files
5858
id: files
59-
uses: tj-actions/changed-files@v44
59+
uses: tj-actions/changed-files@v46
6060
with:
6161
matrix: true
6262
files: tutorials/*.ipynb

0 commit comments

Comments
 (0)