From 3da874d07c54092ad20830e9c5001c0a691c9155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 23:25:52 +0000 Subject: [PATCH] Bump schneegans/dynamic-badges-action from 1.3.0 to 1.4.0 Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.3.0 to 1.4.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.3.0...v1.4.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 6714aba..407892c 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.3.0 + uses: schneegans/dynamic-badges-action@v1.4.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.3.0 + uses: schneegans/dynamic-badges-action@v1.4.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 aa8325d..fa7d1b2 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.3.0 + uses: schneegans/dynamic-badges-action@v1.4.0 with: auth: ${{ secrets.GIST_SECRET }} gistID: fb4d23f63d866b3e1e58b26d2f5ed01f