File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v3
40
40
with :
41
41
submodules : recursive
42
42
84
84
85
85
steps :
86
86
- name : Checkout repository
87
- uses : actions/checkout@v2
87
+ uses : actions/checkout@v3
88
88
with :
89
89
submodules : recursive
90
90
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
32
32
- name : Download JSON schema for labels configuration file
33
33
id : download-schema
@@ -106,7 +106,7 @@ jobs:
106
106
echo "::set-output name=flag::--dry-run"
107
107
108
108
- name : Checkout repository
109
- uses : actions/checkout@v2
109
+ uses : actions/checkout@v3
110
110
111
111
- name : Download configuration files artifact
112
112
uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments