Skip to content

Commit 2c0887e

Browse files
authored
Update tj-actions/changed-files (deepset-ai#269)
* update tj-actions/changed-files * other update
1 parent b870aec commit 2c0887e

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@v34
25+
uses: tj-actions/changed-files@v41
2626
with:
2727
json: true
2828
files: |

.github/workflows/run_tutorials.yml

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

5050
- name: Get changed files
5151
id: files
52-
uses: tj-actions/changed-files@v35
52+
uses: tj-actions/changed-files@v41
5353

5454
- name: Convert notebooks to Python
5555
shell: bash

0 commit comments

Comments
 (0)