File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3
24
24
25
25
# See: http://astyle.sourceforge.net/
26
26
- name : Download Artistic Style
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212
212
213
213
steps :
214
214
- name : Checkout
215
- uses : actions/checkout@v2
215
+ uses : actions/checkout@v3
216
216
217
217
- name : Compile examples
218
218
uses : arduino/compile-sketches@v1
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
18
18
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
19
19
- name : Spell check
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
@@ -105,7 +105,7 @@ jobs:
105
105
echo "::set-output name=flag::--dry-run"
106
106
107
107
- name : Checkout repository
108
- uses : actions/checkout@v2
108
+ uses : actions/checkout@v3
109
109
110
110
- name : Download configuration files artifact
111
111
uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments