diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-05-28 17:27:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-28 17:27:20 +0100 |
| commit | ebdf46da193d83c15b46dd2b6d31b144f05c594c (patch) | |
| tree | 9d55feebc6e25cef7114d90c9f9100d81fddc90f | |
| parent | b56a8a71049eeb56ee5b8940447084fa73c69f05 (diff) | |
| parent | 8b08a28b219e35125cb4b31e62c820b8908668c0 (diff) | |
Merge pull request #463 from mrfaptastic/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
| -rw-r--r-- | .github/workflows/esp-idf_with-gfx.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/esp-idf_without-gfx.yml | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/esp-idf_with-gfx.yml b/.github/workflows/esp-idf_with-gfx.yml index c11dc0d..277f0ac 100644 --- a/.github/workflows/esp-idf_with-gfx.yml +++ b/.github/workflows/esp-idf_with-gfx.yml @@ -17,25 +17,25 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: 'recursive' - name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: 'examples/esp-idf/with-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA' - name: Checkout Adafruit-GFX-Library repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'adafruit/Adafruit-GFX-Library' path: 'examples/esp-idf/with-gfx/components/Adafruit-GFX-Library' - name: Checkout Adafruit_BusIO repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'adafruit/Adafruit_BusIO' path: 'examples/esp-idf/with-gfx/components/Adafruit_BusIO' - name: Checkout arduino-esp32 repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'espressif/arduino-esp32' path: 'examples/esp-idf/with-gfx/components/arduino' diff --git a/.github/workflows/esp-idf_without-gfx.yml b/.github/workflows/esp-idf_without-gfx.yml index c9007fa..72b57b8 100644 --- a/.github/workflows/esp-idf_without-gfx.yml +++ b/.github/workflows/esp-idf_without-gfx.yml @@ -17,11 +17,11 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: 'recursive' - name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: 'examples/esp-idf/without-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA' - name: esp-idf build |
