File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 name : Arduino Lint
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : arduino/arduino-lint-action@v2
2424 with :
2525 library-manager : update
Original file line number Diff line number Diff line change 3535 run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.7
3636
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 - name : Build Examples
4141 run : |
6666 run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.7
6767
6868 - name : Checkout
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v5
7070
7171 - name : Build Examples
7272 run : |
9191
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@v4
94+ uses : actions/checkout@v5
9595
9696 - name : Cache PlatformIO
9797 uses : actions/cache@v4
@@ -139,7 +139,7 @@ jobs:
139139
140140 steps :
141141 - name : Checkout
142- uses : actions/checkout@v4
142+ uses : actions/checkout@v5
143143
144144 - name : Cache PlatformIO
145145 uses : actions/cache@v4
@@ -186,7 +186,7 @@ jobs:
186186
187187 steps :
188188 - name : Checkout
189- uses : actions/checkout@v4
189+ uses : actions/checkout@v5
190190
191191 - name : Cache PlatformIO
192192 uses : actions/cache@v4
@@ -229,7 +229,7 @@ jobs:
229229
230230 steps :
231231 - name : Checkout
232- uses : actions/checkout@v4
232+ uses : actions/checkout@v5
233233
234234 - name : Cache PlatformIO
235235 uses : actions/cache@v4
Original file line number Diff line number Diff line change 3535 run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/ESPAsyncTCP#v2.0.0
3636
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 - name : Build Examples
4141 run : |
5858
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262
6363 - name : Cache PlatformIO
6464 uses : actions/cache@v4
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Cache PlatformIO
3333 uses : actions/cache@v4
Original file line number Diff line number Diff line change 4242 run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ayushsharma82/RPAsyncTCP#v1.3.2
4343
4444 - name : Checkout
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646
4747 - name : Build Examples
4848 run : |
6565
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969
7070 - name : Cache PlatformIO
7171 uses : actions/cache@v4
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout latest commit
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 2
2929
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-tags : true
2222 fetch-depth : 0 # Ensure all commits and tags are fetched
Original file line number Diff line number Diff line change 3636 echo "Tag: $tag"
3737 echo "RELEASE_TAG=$tag" >> $GITHUB_ENV
3838
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 with :
4141 ref : ${{ inputs.git_ref || env.RELEASE_TAG }}
4242 submodules : " recursive"
You can’t perform that action at this time.
0 commit comments