Skip to content

Commit e12b17a

Browse files
authored
Use v1 ref in example snippet
The v1 branch will be updated on every release that increments the minor or patch version. Therefore, the use of this ref in workflows will result in the workflow automatically benefiting from ongoing improvements or fixes that don't cause a breaking change.
1 parent 6d35af7 commit e12b17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v2
6464
65-
- uses: arduino/cpp-test-action@main
65+
- uses: arduino/cpp-test-action@v1
6666
with:
6767
coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}
6868

0 commit comments

Comments
 (0)