Skip to content

Commit b7713ca

Browse files
Bump the ci-dependencies group across 1 directory with 2 updates
Bumps the ci-dependencies group with 2 updates in the / directory: [getsentry/action-release](https://github.com/getsentry/action-release) and [coverallsapp/github-action](https://github.com/coverallsapp/github-action). Updates `getsentry/action-release` from 1 to 3 - [Release notes](https://github.com/getsentry/action-release/releases) - [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md) - [Commits](getsentry/action-release@v1...v3) Updates `coverallsapp/github-action` from 2.3.4 to 2.3.6 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.4...v2.3.6) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-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]>
1 parent 04aa999 commit b7713ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sentry_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
printf "%s\n" "${version}"
2525
2626
- name: Create a Sentry.io release
27-
uses: getsentry/action-release@v1
27+
uses: getsentry/action-release@v3
2828
env:
2929
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
3030
SENTRY_ORG: python-discord

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# Comment on the PR with the coverage results and register a GitHub check
9292
# which links to the coveralls.io job.
9393
- name: Publish coverage report to coveralls.io
94-
uses: coverallsapp/[email protected].4
94+
uses: coverallsapp/[email protected].6
9595
with:
9696
github-token: ${{ secrets.GITHUB_TOKEN }}
9797
format: lcov

0 commit comments

Comments
 (0)