diff options
-rw-r--r-- | .github/workflows/coverage.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5c471c32..e83879d2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -210,8 +210,8 @@ jobs: - name: "Create badge" # https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5 - # uses: schneegans/dynamic-badges-action@v1.4.0 - uses: schneegans/dynamic-badges-action@54d929a33e7521ab6bf19d323d28fb7b876c53f7 + # uses: schneegans/dynamic-badges-action@v1.5.0 + uses: schneegans/dynamic-badges-action@9e75560bc15f4bddbf108466ba42d6922f1fc160 with: auth: ${{ secrets.METACOV_GIST_SECRET }} gistID: 8c6980f77988a327348f9b02bbaf67f5 |