Skip to content

Commit 7088ab4

Browse files
chore(deps): bump schneegans/dynamic-badges-action from 1.8.0 to 1.9.0
Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1401bd commit 7088ab4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-badges.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo "message=$MSG" >> "$GITHUB_OUTPUT"
9595
9696
- name: Update version badge in gist
97-
uses: schneegans/dynamic-badges-action@v1.8.0
97+
uses: schneegans/dynamic-badges-action@v1.9.0
9898
with:
9999
auth: ${{ secrets.GIST_SECRET }}
100100
gistID: ${{ secrets.GIST_ID }}
@@ -106,7 +106,7 @@ jobs:
106106
logoColor: white
107107

108108
- name: Update installs badge in gist
109-
uses: schneegans/dynamic-badges-action@v1.8.0
109+
uses: schneegans/dynamic-badges-action@v1.9.0
110110
with:
111111
auth: ${{ secrets.GIST_SECRET }}
112112
gistID: ${{ secrets.GIST_ID }}
@@ -116,7 +116,7 @@ jobs:
116116
color: '0183ff'
117117

118118
- name: Update npm downloads badge in gist
119-
uses: schneegans/dynamic-badges-action@v1.8.0
119+
uses: schneegans/dynamic-badges-action@v1.9.0
120120
with:
121121
auth: ${{ secrets.GIST_SECRET }}
122122
gistID: ${{ secrets.GIST_ID }}

0 commit comments

Comments
 (0)