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@v5
30+ - uses : actions/checkout@v6
3131 - uses : arduino/arduino-lint-action@v2
3232 with :
3333 library-manager : update
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@v5
46+ uses : actions/checkout@v6
4747
4848 - name : Build 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@v5
77+ uses : actions/checkout@v6
7878
7979 - name : Build Examples
8080 run : |
9999
100100 steps :
101101 - name : Checkout
102- uses : actions/checkout@v5
102+ uses : actions/checkout@v6
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@v5
142+ uses : actions/checkout@v6
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@v5
181+ uses : actions/checkout@v6
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@v5
46+ uses : actions/checkout@v6
4747
4848 - name : Build Examples
4949 run : |
6666
6767 steps :
6868 - name : Checkout
69- uses : actions/checkout@v5
69+ uses : actions/checkout@v6
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@v5
38+ uses : actions/checkout@v6
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@v5
53+ uses : actions/checkout@v6
5454
5555 - name : Build Examples
5656 run : |
7373
7474 steps :
7575 - name : Checkout
76- uses : actions/checkout@v5
76+ uses : actions/checkout@v6
7777 - name : Python
7878 uses : actions/setup-python@v6
7979 with :
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Cache
34- uses : actions/cache@v4
34+ uses : actions/cache@v5
3535 with :
3636 key : ${{ runner.os }}-cpplint
3737 path : ~/.cache/pip
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@v5
26+ uses : actions/checkout@v6
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@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-tags : true
2222 fetch-depth : 0 # Ensure all commits and tags are fetched
3939 curl -L -o project.zip "https://github.com/${{ github.repository }}/archive/refs/tags/$TAG_NAME.zip"
4040
4141 # - name: Cache PlatformIO
42- # uses: actions/cache@v4
42+ # uses: actions/cache@v5
4343 # with:
4444 # key: ${{ runner.os }}-pio
4545 # path: |
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@v5
39+ - uses : actions/checkout@v6
4040 with :
4141 ref : ${{ inputs.git_ref || env.RELEASE_TAG }}
4242 submodules : " recursive"
Original file line number Diff line number Diff line change 1212 deploy :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : actions/setup-python@v5
1717 with :
1818 python-version : 3.x
You can’t perform that action at this time.
0 commit comments