From e12b17ac9faea8d7346425057372919bdde17666 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 1 May 2021 21:26:54 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a8d57b..649e7c6 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: arduino/cpp-test-action@main + - uses: arduino/cpp-test-action@v1 with: coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}