File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 echo "CLANG_FORMAT_INSTALL_PATH=${{ runner.temp }}/clang-format" >> "$GITHUB_ENV"
3030
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333
3434 - name : Download ClangFormat
3535 id : download
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212
213213 steps :
214214 - name : Checkout
215- uses : actions/checkout@v3
215+ uses : actions/checkout@v4
216216
217217 - name : Compile examples
218218 uses : arduino/compile-sketches@v1
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717
1818 # See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
1919 - name : Spell check
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131
3232 - name : Download JSON schema for labels configuration file
3333 id : download-schema
@@ -105,7 +105,7 @@ jobs:
105105 echo "::set-output name=flag::--dry-run"
106106
107107 - name : Checkout repository
108- uses : actions/checkout@v3
108+ uses : actions/checkout@v4
109109
110110 - name : Download configuration files artifact
111111 uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments