Skip to content

Commit 69e3d80

Browse files
authored
Merge pull request #870 from mrcodetastic/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 21b6116 + 56363e3 commit 69e3d80

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/esp-idf-with-gfx.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/esp-idf-without-gfx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pio_arduino_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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:

0 commit comments

Comments
 (0)