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 29
29
echo "CLANG_FORMAT_INSTALL_PATH=${{ runner.temp }}/clang-format" >> "$GITHUB_ENV"
30
30
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Download ClangFormat
35
35
id : download
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@v3
215
+ uses : actions/checkout@v4
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@v3
16
+ uses : actions/checkout@v4
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@v3
30
+ uses : actions/checkout@v4
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@v3
108
+ uses : actions/checkout@v4
109
109
110
110
- name : Download configuration files artifact
111
111
uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments