From ed04df57db396e76266fd09e37e47384db914264 Mon Sep 17 00:00:00 2001 From: "Dr. Gernot Starke" Date: Thu, 2 Jan 2025 18:41:47 +0100 Subject: [PATCH] fix schneegans action version --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 00249b4..f6b3fc3 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -54,7 +54,7 @@ jobs: - name: Create Test Count Badge - uses: schneegans/dynamic-badges-action@v1.6.0 + uses: schneegans/dynamic-badges-action@v1.7.0 with: auth: ${{ secrets.DYNAMIC_GIST_ACTION }} gistID: ${{ secrets.DYNA_GIST_ID }}