Skip to content

Commit

Permalink
Bump the ci-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 2 updates in the / directory: [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action) and [coverallsapp/github-action](https://github.com/coverallsapp/github-action).


Updates `tclindner/sentry-releases-action` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/tclindner/sentry-releases-action/releases)
- [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md)
- [Commits](tclindner/sentry-releases-action@v1.2.0...v1.3.0)

Updates `coverallsapp/github-action` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@v2.2.3...v2.3.0)

---
updated-dependencies:
- dependency-name: tclindner/sentry-releases-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MarkKoz committed Jun 13, 2024
1 parent d386948 commit dd4b987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sentry_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
printf "%s\n" "${version}"
- name: Create a Sentry.io release
uses: tclindner/sentry-releases-action@v1.2.0
uses: tclindner/sentry-releases-action@v1.3.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: python-discord
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
format: lcov
Expand Down

0 comments on commit dd4b987

Please sign in to comment.