File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
- name : Get Changed Clusters
35
35
id : changed-clusters
36
- uses : tj-actions/changed-files@v44
36
+ uses : tj-actions/changed-files@v45
37
37
with :
38
38
files : kubernetes/**
39
39
dir_names : true
Original file line number Diff line number Diff line change 55
55
- if : ${{ github.event.inputs.clusterName == '' && github.event.inputs.helmRepoNamespace == '' && github.event.inputs.helmRepoName == '' }}
56
56
name : Get Changed Files
57
57
id : changed-files
58
- uses : tj-actions/changed-files@v44
58
+ uses : tj-actions/changed-files@v45
59
59
with :
60
60
files : kubernetes/**/helmrelease.yaml
61
61
safe_output : false
Original file line number Diff line number Diff line change 27
27
brew install jo
28
28
- name : Get changed files
29
29
id : changed-files
30
- uses : tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7
30
+ uses : tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
31
31
with :
32
32
dir_names : true
33
33
dir_names_max_depth : 3
You can’t perform that action at this time.
0 commit comments