diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-16 12:25:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 12:25:37 -0700 |
commit | ad824b4585c88d0a153dd248f4585084dea33189 (patch) | |
tree | 37baa5908de742c4f06bcc61106884b50c98de45 | |
parent | 30c0e3f25656d65ffb82d8313e99f601efb4a74d (diff) | |
download | python-coveragepy-git-ad824b4585c88d0a153dd248f4585084dea33189.tar.gz |
build(deps): bump schneegans/dynamic-badges-action from 1.3.0 to 1.4.0 (#1378)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d7d5f8a5..5e67fe3c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -206,7 +206,7 @@ jobs: - name: "Create badge" # https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5 - uses: schneegans/dynamic-badges-action@v1.3.0 + uses: schneegans/dynamic-badges-action@v1.4.0 with: auth: ${{ secrets.METACOV_GIST_SECRET }} gistID: 8c6980f77988a327348f9b02bbaf67f5 |