Skip to content

Commit

Permalink
Merge pull request #39 from glebarez/dependabot/github_actions/schnee…
Browse files Browse the repository at this point in the history
…gans/dynamic-badges-action-1.4.0
  • Loading branch information
glebarez authored May 18, 2022
2 parents 8352ff6 + 3da874d commit 4edd2b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/badge-gorm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/badge-sqlite-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4edd2b9

Please sign in to comment.