File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ jobs:
407407 instrumental -f .instrumental.cov -s | python diff-instrumental.py
408408 echo "COND_COV=$(instrumental -f .instrumental.cov -s | python diff-instrumental.py --raw)" >> $GITHUB_ENV
409409 - name : Create condition coverage badge
410- uses : schneegans/dynamic-badges-action@v1.4 .0
410+ uses : schneegans/dynamic-badges-action@v1.8 .0
411411 if : ${{ contains(matrix.opt-deps, 'instrumental') && !github.event.pull_request }}
412412 with :
413413 auth : ${{ secrets.GIST_SECRET }}
@@ -723,7 +723,7 @@ jobs:
723723 echo "MUT_SCORE=$(python print-score.py)" >> $GITHUB_ENV
724724 - name : Create mutation score badge
725725 if : ${{ !github.event.pull_request }}
726- uses : schneegans/dynamic-badges-action@v1.4 .0
726+ uses : schneegans/dynamic-badges-action@v1.8 .0
727727 with :
728728 auth : ${{ secrets.GIST_SECRET }}
729729 gistID : 9b6ca1f3410207fbeca785a178781651
You can’t perform that action at this time.
0 commit comments