aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-05-28 17:27:20 +0100
committerGitHub <noreply@github.com>2023-05-28 17:27:20 +0100
commitebdf46da193d83c15b46dd2b6d31b144f05c594c (patch)
tree9d55feebc6e25cef7114d90c9f9100d81fddc90f /.github/workflows
parentb56a8a71049eeb56ee5b8940447084fa73c69f05 (diff)
parent8b08a28b219e35125cb4b31e62c820b8908668c0 (diff)
Merge pull request #463 from mrfaptastic/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/esp-idf_with-gfx.yml10
-rw-r--r--.github/workflows/esp-idf_without-gfx.yml4
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