File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 86
86
run : git config --global core.autocrlf false
87
87
88
88
- name : Checkout repository
89
- uses : actions/checkout@v2
89
+ uses : actions/checkout@v3
90
90
91
91
- name : Install Go
92
92
uses : actions/setup-go@v3
Original file line number Diff line number Diff line change 55
55
run : git config --global core.autocrlf false
56
56
57
57
- name : Checkout
58
- uses : actions/checkout@v2
58
+ uses : actions/checkout@v3
59
59
60
60
- name : Install Go
61
61
uses : actions/setup-go@v3
@@ -261,7 +261,7 @@ jobs:
261
261
262
262
steps :
263
263
- name : Checkout
264
- uses : actions/checkout@v2
264
+ uses : actions/checkout@v3
265
265
with :
266
266
repository : ' bcmi-labs/arduino-create-agent-installer' # the repo which contains install.xml
267
267
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
@@ -425,7 +425,7 @@ jobs:
425
425
426
426
steps :
427
427
- name : Checkout
428
- uses : actions/checkout@v2
428
+ uses : actions/checkout@v3
429
429
with :
430
430
fetch-depth : 0 # fetch all history for the create changelog step to work properly
431
431
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@v3
Original file line number Diff line number Diff line change 72
72
73
73
steps :
74
74
- name : Checkout repository
75
- uses : actions/checkout@v2
75
+ uses : actions/checkout@v3
76
76
77
77
- name : Install Go
78
78
uses : actions/setup-go@v3
Original file line number Diff line number Diff line change 78
78
run : git config --global core.autocrlf false
79
79
80
80
- name : Checkout repository
81
- uses : actions/checkout@v2
81
+ uses : actions/checkout@v3
82
82
83
83
- name : Install Go
84
84
uses : actions/setup-go@v3
You can’t perform that action at this time.
0 commit comments