File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,25 @@ jobs:
1818
1919 steps :
2020 - name : Checkout repo
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 submodules : ' recursive'
2424 - name : Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 path : ' examples/esp-idf/with-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA'
2828 - name : Checkout Adafruit-GFX-Library repo
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 repository : ' adafruit/Adafruit-GFX-Library'
3232 path : ' examples/esp-idf/with-gfx/components/Adafruit-GFX-Library'
3333 - name : Checkout Adafruit_BusIO repo
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 repository : ' adafruit/Adafruit_BusIO'
3737 path : ' examples/esp-idf/with-gfx/components/Adafruit_BusIO'
3838 - name : Checkout arduino-esp32 repo
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 with :
4141 repository : ' espressif/arduino-esp32'
4242 ref : 3.1.3
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818
1919 steps :
2020 - name : Checkout repo
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 submodules : ' recursive'
2424 - name : Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 path : ' examples/esp-idf/without-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA'
2828 - name : esp-idf build
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 : Set up Python 3.x
4040 uses : actions/setup-python@v6
4141 with :
You can’t perform that action at this time.
0 commit comments