Merge pull request #497 from mrfaptastic/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
mrfaptastic 2023-09-04 22:43:49 +01:00 committed by GitHub
commit 66015862ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -18,25 +18,25 @@ jobs:
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
submodules: 'recursive' submodules: 'recursive'
- name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component - name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: 'examples/esp-idf/with-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA' path: 'examples/esp-idf/with-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA'
- name: Checkout Adafruit-GFX-Library repo - name: Checkout Adafruit-GFX-Library repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: 'adafruit/Adafruit-GFX-Library' repository: 'adafruit/Adafruit-GFX-Library'
path: 'examples/esp-idf/with-gfx/components/Adafruit-GFX-Library' path: 'examples/esp-idf/with-gfx/components/Adafruit-GFX-Library'
- name: Checkout Adafruit_BusIO repo - name: Checkout Adafruit_BusIO repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: 'adafruit/Adafruit_BusIO' repository: 'adafruit/Adafruit_BusIO'
path: 'examples/esp-idf/with-gfx/components/Adafruit_BusIO' path: 'examples/esp-idf/with-gfx/components/Adafruit_BusIO'
- name: Checkout arduino-esp32 repo - name: Checkout arduino-esp32 repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: 'espressif/arduino-esp32' repository: 'espressif/arduino-esp32'
path: 'examples/esp-idf/with-gfx/components/arduino' path: 'examples/esp-idf/with-gfx/components/arduino'

View file

@ -18,11 +18,11 @@ jobs:
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
submodules: 'recursive' submodules: 'recursive'
- name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component - name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: 'examples/esp-idf/without-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA' path: 'examples/esp-idf/without-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA'
- name: esp-idf build - name: esp-idf build

View file

@ -35,7 +35,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Cache pip and platformio - name: Cache pip and platformio
uses: actions/cache@v3 uses: actions/cache@v3
with: with: