Skip to content

Commit

Permalink
Bump schneegans/dynamic-badges-action from 1.6.0 to 1.7.0 (#8)
Browse files Browse the repository at this point in the history
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](Schneegans/dynamic-badges-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 63c529a commit f4dd379
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
} >> "$GITHUB_ENV"
- name: Create Total Snippet Counter Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST }}
gistID: e2729bfd9b81d9c032ded617a3f924e7
Expand All @@ -44,7 +44,7 @@ jobs:
color: blue

- name: Create Generated Snippet Counter Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST }}
gistID: e2729bfd9b81d9c032ded617a3f924e7
Expand All @@ -54,7 +54,7 @@ jobs:
color: blue

- name: Create Static Snippet Counter Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST }}
gistID: e2729bfd9b81d9c032ded617a3f924e7
Expand Down

0 comments on commit f4dd379

Please sign in to comment.