summaryrefslogtreecommitdiff
path: root/.github/workflows/build_esp.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-12-18 20:07:17 +0700
committerhathach <[email protected]>2023-12-18 20:07:17 +0700
commitc314cb290300ffa2cbd23e1d3dee71bb3f6174f7 (patch)
tree433730b8d151afaa06c596a6b1ce1d70f8be907c /.github/workflows/build_esp.yml
parent3c4db26e0125d42285f9723820e19a92bf69e14a (diff)
remove usage of linkermap, update checkout to v4
Diffstat (limited to '.github/workflows/build_esp.yml')
-rw-r--r--.github/workflows/build_esp.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml
index 57cf9a4a6..33caa0edb 100644
--- a/.github/workflows/build_esp.yml
+++ b/.github/workflows/build_esp.yml
@@ -43,7 +43,7 @@ jobs:
run: docker pull espressif/idf:latest
- name: Checkout TinyUSB
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Build
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32.py ${{ matrix.board }}
@@ -91,7 +91,7 @@ jobs:
done
- name: Checkout test/hil
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
sparse-checkout: test/hil