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 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Arduino Lint
2323 uses : arduino/arduino-lint-action@v2
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129
130130 steps :
131131 - name : Checkout
132- uses : actions/checkout@v4
132+ uses : actions/checkout@v5
133133
134134 - name : Install ESP32 platform dependencies
135135 if : matrix.board.platform-name == 'esp32'
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 # See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
2323 - name : Spell check
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Download JSON schema for labels configuration file
3333 id : download-schema
@@ -105,7 +105,7 @@ jobs:
105105 echo "flag=--dry-run" >> $GITHUB_OUTPUT
106106
107107 - name : Checkout repository
108- uses : actions/checkout@v4
108+ uses : actions/checkout@v5
109109
110110 - name : Download configuration file artifacts
111111 uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments