Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29d1440

Browse files
authoredJul 20, 2023
Merge branch 'master' into release/v4.4
2 parents 6aa85b6 + 45a4845 commit 29d1440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
target: [esp32, esp32s2, esp32s3, esp32c3]
2020
fail-fast: false
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- name: Install dependencies
2424
run: bash ./tools/prepare-ci.sh
2525
- name: Build Libs for ${{ matrix.target }}

0 commit comments

Comments
 (0)
Please sign in to comment.