aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 19:36:31 +0000
committerGitHub <noreply@github.com>2023-09-04 19:36:31 +0000
commit0aa1ebca259da67d8711084270c68f9cc948d1c1 (patch)
tree984b16917c9264e0aa44404cce8f5a7fa3931ab0 /.github/workflows
parent9943fcd97d09c2058b6ff278695dab75a2dc8f77 (diff)
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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
-rw-r--r--.github/workflows/pio_build.yml2
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/esp-idf_with-gfx.yml b/.github/workflows/esp-idf_with-gfx.yml
index 59a51ca..20a6af3 100644
--- a/.github/workflows/esp-idf_with-gfx.yml
+++ b/.github/workflows/esp-idf_with-gfx.yml
@@ -18,25 +18,25 @@ jobs:
steps:
- name: Checkout repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: 'examples/esp-idf/with-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA'
- name: Checkout Adafruit-GFX-Library repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: 'adafruit/Adafruit-GFX-Library'
path: 'examples/esp-idf/with-gfx/components/Adafruit-GFX-Library'
- name: Checkout Adafruit_BusIO repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: 'adafruit/Adafruit_BusIO'
path: 'examples/esp-idf/with-gfx/components/Adafruit_BusIO'
- name: Checkout arduino-esp32 repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
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 7abc17a..1038a65 100644
--- a/.github/workflows/esp-idf_without-gfx.yml
+++ b/.github/workflows/esp-idf_without-gfx.yml
@@ -18,11 +18,11 @@ jobs:
steps:
- name: Checkout repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: 'examples/esp-idf/without-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA'
- name: esp-idf build
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml
index edf7416..3d2d91d 100644
--- a/.github/workflows/pio_build.yml
+++ b/.github/workflows/pio_build.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Cache pip and platformio
uses: actions/cache@v3
with: