File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
34
34
- name : Get changed files
35
35
id : changed-files
36
- uses : tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 # v44.0.1
36
+ uses : tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0
37
37
with :
38
38
files : ' content/**'
39
39
output_renamed_files_as_deleted_and_added : true
Original file line number Diff line number Diff line change 30
30
31
31
- name : Get changed content/data files
32
32
id : changed-files
33
- uses : tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 # v44.0.1
33
+ uses : tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0
34
34
with :
35
35
# No need to escape the file names because we make the output of
36
36
# tj-actions/changed-files be set as an environment variable. Not
Original file line number Diff line number Diff line change 45
45
46
46
- name : Get changed files
47
47
id : changed-files
48
- uses : tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 # v44.0.1
48
+ uses : tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0
49
49
with :
50
50
# No need to escape the file names because we make the output of
51
51
# tj-actions/changed-files be set as an environment variable. Not
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
- name : Get changed content/data files
109
109
if : ${{ github.event_name == 'pull_request' }}
110
110
id : changed-files
111
- uses : tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 # v44.0.1
111
+ uses : tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0
112
112
with :
113
113
# No need to escape the file names because we make the output of
114
114
# tj-actions/changed-files be set as an environment variable. Not
You can’t perform that action at this time.
0 commit comments