Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
ci: Bump actions/checkout to v3
Browse files Browse the repository at this point in the history
This fixes an issue reported on
actions/checkout#760.

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
  • Loading branch information
gustavonihei committed May 17, 2022
1 parent 8751d89 commit e3f506d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
targets: [esp32, esp32s2, esp32s3, esp32c3]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build IDF bootloader and partition table
uses: docker://docker.io/espressif/idf:v4.4.1
with:
Expand All @@ -29,7 +29,9 @@ jobs:
matrix:
targets: [esp32, esp32s2, esp32c3]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
set-safe-directory: /github/workspace
- name: Build MCUboot bootloader
uses: docker://docker.io/espressif/idf:release-v4.4
with:
Expand Down

0 comments on commit e3f506d

Please sign in to comment.