diff options
author | 2024-10-12 10:57:43 +0100 | |
---|---|---|
committer | 2024-10-12 10:57:43 +0100 | |
commit | 3e363a8a86ddb12d85cc81ce5fb368bc6c95b734 (patch) | |
tree | 998d47ffb4e8a86de87f6e36a4d9a1f98d87e352 | |
parent | Make nogil test more readable by spliting logic across more lines (diff) |
Bump coverallsapp/github-action in the ci-dependencies group (#220)
Bumps the ci-dependencies group with 1 update: [coverallsapp/github-action](https://github.com/coverallsapp/github-action).
Updates `coverallsapp/github-action` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 55bdae0..e6c21c9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -91,7 +91,7 @@ jobs: # Comment on the PR with the coverage results and register a GitHub check # which links to the coveralls.io job. - name: Publish coverage report to coveralls.io - uses: coverallsapp/[email protected] + uses: coverallsapp/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} format: lcov |