Bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-22 20:01:27 +00:00 committed by GitHub
parent e27231f5ca
commit 8b08a28b21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -19,25 +19,25 @@ jobs:
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v2 uses: actions/checkout@v3
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@v2 uses: actions/checkout@v3
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@v2 uses: actions/checkout@v3
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@v2 uses: actions/checkout@v3
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@v2 uses: actions/checkout@v3
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

@ -19,11 +19,11 @@ jobs:
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v2 uses: actions/checkout@v3
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@v2 uses: actions/checkout@v3
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