Skip to content

Commit

Permalink
Use the latest v1 test checker action (#1960)
Browse files Browse the repository at this point in the history
* Use the latest v1 test checker action

* Trigger a change to check if it works

* Use v1.0.2

* Revert "Trigger a change to check if it works"

This reverts commit a0df176.
  • Loading branch information
maks-rafalko committed May 5, 2024
1 parent 9978ac6 commit 4a06906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/require-tests.yaml
Expand Up @@ -8,6 +8,6 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: infection/tests-checker-action@v1.0.0
- uses: infection/tests-checker-action@v1.0.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4a06906

Please sign in to comment.