From affe2a9f9622d78cd5b11f3e0d47142c929e673f Mon Sep 17 00:00:00 2001 From: "Gregory M. Kapfhammer" Date: Fri, 14 Jul 2023 17:46:38 -0400 Subject: [PATCH] chore: Bump the semver for dynamic-badges-action to 1.6.0 in build.yml. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86a20e28..0826f8da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: echo "$CURRENT_GITHUB_STEP_SUMMARY" >> $GITHUB_STEP_SUMMARY # Create the Coverage Badge - name: Make Badge - uses: schneegans/dynamic-badges-action@v1.4.0 + uses: schneegans/dynamic-badges-action@v1.6.0 with: # GIST_TOKEN is a GitHub personal access token with scope "gist". auth: ${{ secrets.GIST_TOKEN }}