File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed 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
Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
13
13
- name : Set Node.js 12.x
14
14
uses : actions/setup-node@v1
29
29
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
34
34
- name : Set Node.js 12.x
35
35
uses : actions/setup-node@v1
You can’t perform that action at this time.
0 commit comments