From 3c28fb562b7a12df5047ee237cc9eb297d61f97c Mon Sep 17 00:00:00 2001 From: Joel Costigliola Date: Tue, 15 Jun 2021 20:29:50 +1200 Subject: [PATCH] Bump cdg.pitest.version from 0.0.9 to 0.0.10 in pitest-updated-pr.yml --- .github/workflows/pitest-updated-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pitest-updated-pr.yml b/.github/workflows/pitest-updated-pr.yml index 7a2e3c6da4..68168a6e6f 100644 --- a/.github/workflows/pitest-updated-pr.yml +++ b/.github/workflows/pitest-updated-pr.yml @@ -42,4 +42,4 @@ jobs: # The updatePR maven goal is used here with an explicit version. This allows us to upload without checking out # the code, but does mean the version here must be maintained. An alternative would be to checkout the code and use # the github goal. This will work as long as the artifact is extracted to the maven target directory - run: mvn -Ppitest -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.0.9:updatePR + run: mvn -Ppitest -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.0.10:updatePR