Update README.md

This commit is contained in:
Sergey 2023-09-20 08:12:49 +03:00 committed by GitHub
parent a1b8347775
commit d9d116c9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: make - name: make
uses: embedd-actions/esp-idf-ci@latest uses: embedd-actions/esp-idf-ci@v4.4.3
with: with:
IDF_TARGET: esp32 IDF_TARGET: esp32
@ -23,5 +23,6 @@ jobs:
## Available tags ## Available tags
``` ```
v4.4.3
latest latest
``` ```