diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3ef9336e..b70ee02e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -117,7 +117,7 @@ jobs: if: ${{ failure() }} && steps.html_report.conclusion != "skipped" - name: "Make badge" - uses: schneegans/dynamic-badges-action@v1.6.0 + uses: schneegans/dynamic-badges-action@v1.7.0 with: # GIST_TOKEN is a GitHub personal access token with scope "gist". auth: ${{ secrets.GIST_TOKEN }}