Skip to content

Commit 693fcb6

Browse files
committed
Update README.md
1 parent cc1b565 commit 693fcb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ jobs:
1919
- name: Checkout repo
2020
uses: actions/checkout@v2
2121
- name: Build and show result
22-
uses: batov/esp32_qemu_runner@master
22+
uses: batov/esp32_qemu_runner@v4.3
2323
- name: Publish Unit Test Results
2424
uses: EnricoMi/publish-unit-test-result-action@v1
2525
if: always()
2626
with:
2727
files: report.xml
2828
```
29+
## Versions
30+
* `uses: batov/[email protected]` - It will use ESP-IDF v4.3
31+
* `uses: batov/[email protected]` - It will use ESP-IDF v4.4
2932

3033
## Example project
3134
https://github.com/Batov/esp32_unittest

0 commit comments

Comments
 (0)