From 2849aa81862a43c269c39d1d021f41ef4dee9dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:08:46 +0000 Subject: [PATCH] build(deps): bump schneegans/dynamic-badges-action from 1.6.0 to 1.7.0 Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/badge-gorm-tests.yml | 4 ++-- .github/workflows/badge-sqlite-version.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/badge-gorm-tests.yml b/.github/workflows/badge-gorm-tests.yml index 9c0e3ce..c38e8e2 100644 --- a/.github/workflows/badge-gorm-tests.yml +++ b/.github/workflows/badge-gorm-tests.yml @@ -27,7 +27,7 @@ jobs: - name: Make success badge if: ${{ env.tests_failed == '0' }} - uses: schneegans/dynamic-badges-action@v1.6.0 + uses: schneegans/dynamic-badges-action@v1.7.0 with: auth: ${{ secrets.GIST_SECRET }} gistID: fb4d23f63d866b3e1e58b26d2f5ed01f @@ -40,7 +40,7 @@ jobs: - name: Make fail badge if: ${{ env.tests_failed != '0' }} - uses: schneegans/dynamic-badges-action@v1.6.0 + uses: schneegans/dynamic-badges-action@v1.7.0 with: auth: ${{ secrets.GIST_SECRET }} gistID: fb4d23f63d866b3e1e58b26d2f5ed01f diff --git a/.github/workflows/badge-sqlite-version.yml b/.github/workflows/badge-sqlite-version.yml index 985d07e..d739d79 100644 --- a/.github/workflows/badge-sqlite-version.yml +++ b/.github/workflows/badge-sqlite-version.yml @@ -29,7 +29,7 @@ jobs: run: echo "sqlite_version=$(go test . -run '^TestSQLiteVersion$' -v | grep sqlite_version | tr -s ' ' | cut -d' ' -f3)" >> $GITHUB_ENV - name: Make version badge - uses: schneegans/dynamic-badges-action@v1.6.0 + uses: schneegans/dynamic-badges-action@v1.7.0 with: auth: ${{ secrets.GIST_SECRET }} gistID: fb4d23f63d866b3e1e58b26d2f5ed01f