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

Commit e3f506d

Browse files
committed
ci: Bump actions/checkout to v3
This fixes an issue reported on actions/checkout#760. Signed-off-by: Gustavo Henrique Nihei <[email protected]>
1 parent 8751d89 commit e3f506d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
targets: [esp32, esp32s2, esp32s3, esp32c3]
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Build IDF bootloader and partition table
1818
uses: docker://docker.io/espressif/idf:v4.4.1
1919
with:
@@ -29,7 +29,9 @@ jobs:
2929
matrix:
3030
targets: [esp32, esp32s2, esp32c3]
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
33+
with:
34+
set-safe-directory: /github/workspace
3335
- name: Build MCUboot bootloader
3436
uses: docker://docker.io/espressif/idf:release-v4.4
3537
with:

0 commit comments

Comments
 (0)