File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 name : Arduino Lint
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v6
30+ - uses : actions/checkout@v7
3131 - uses : arduino/arduino-lint-action@v2
3232 with :
3333 library-manager : update
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v6
31+ uses : actions/checkout@v7
3232
3333 - name : Install build tools
3434 run : |
Original file line number Diff line number Diff line change 4343 run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.10
4444
4545 - name : Checkout
46- uses : actions/checkout@v6
46+ uses : actions/checkout@v7
4747
4848 - name : Build Arduono Examples
4949 run : |
7474 run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.10
7575
7676 - name : Checkout
77- uses : actions/checkout@v6
77+ uses : actions/checkout@v7
7878
7979 - name : Build Arduino Examples
8080 run : |
9999
100100 steps :
101101 - name : Checkout
102- uses : actions/checkout@v6
102+ uses : actions/checkout@v7
103103 - name : Python
104104 uses : actions/setup-python@v6
105105 with :
@@ -139,7 +139,7 @@ jobs:
139139
140140 steps :
141141 - name : Checkout
142- uses : actions/checkout@v6
142+ uses : actions/checkout@v7
143143 - name : Python
144144 uses : actions/setup-python@v6
145145 with :
@@ -178,7 +178,7 @@ jobs:
178178
179179 steps :
180180 - name : Checkout
181- uses : actions/checkout@v6
181+ uses : actions/checkout@v7
182182 - name : Python
183183 uses : actions/setup-python@v6
184184 with :
Original file line number Diff line number Diff line change 4343 run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/ESPAsyncTCP#v2.0.0
4444
4545 - name : Checkout
46- uses : actions/checkout@v6
46+ uses : actions/checkout@v7
4747
4848 - name : Build Arduino Examples
4949 run : |
6666
6767 steps :
6868 - name : Checkout
69- uses : actions/checkout@v6
69+ uses : actions/checkout@v7
7070 - name : Python
7171 uses : actions/setup-python@v6
7272 with :
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v6
38+ uses : actions/checkout@v7
3939 - name : Python
4040 uses : actions/setup-python@v6
4141 with :
Original file line number Diff line number Diff line change 5050 run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ayushsharma82/RPAsyncTCP#v1.3.2
5151
5252 - name : Checkout
53- uses : actions/checkout@v6
53+ uses : actions/checkout@v7
5454
5555 - name : Build Arduino Examples
5656 run : |
7373
7474 steps :
7575 - name : Checkout
76- uses : actions/checkout@v6
76+ uses : actions/checkout@v7
7777 - name : Python
7878 uses : actions/setup-python@v6
7979 with :
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v6
31+ uses : actions/checkout@v7
3232
3333 - name : Cache
3434 uses : actions/cache@v5
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@v6
26+ uses : actions/checkout@v7
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@v6
19+ uses : actions/checkout@v7
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@v6
39+ - uses : actions/checkout@v7
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