diff options
author | 2023-09-05 10:34:59 +0100 | |
---|---|---|
committer | 2023-09-05 10:34:59 +0100 | |
commit | dcf08494e97547c660a49e5ea40255bb154d3398 (patch) | |
tree | 88419a299be5c74eff10a4348f223ad1feefacc8 /.github | |
parent | Merge pull request #1084 from python-discord/document-static-previews (diff) |
Bump coverallsapp/github-action from 2.2.1 to 2.2.2 (#1093)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.1...v2.2.2)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 6c94fd13..2e9a9a6e 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -45,7 +45,7 @@ jobs: # This step will publish the coverage reports coveralls.io and # link the report to the commit - name: Publish Coverage Report - uses: coverallsapp/[email protected] + uses: coverallsapp/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} file: ./coverage.lcov |