Skip to content

Commit a2f2700

Browse files
chore(deps): bump wireapp/github-action-wire-messenger from 1 to 2.0.0 (#4434)
Bumps [wireapp/github-action-wire-messenger](https://github.com/wireapp/github-action-wire-messenger) from 1 to 2.0.0. - [Release notes](https://github.com/wireapp/github-action-wire-messenger/releases) - [Commits](wireapp/github-action-wire-messenger@v1...v2.0.0) --- updated-dependencies: - dependency-name: wireapp/github-action-wire-messenger dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16ef857 commit a2f2700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Notify CI error
8484
if: failure() && github.event_name != 'pull_request'
85-
uses: wireapp/github-action-wire-messenger@v1
85+
uses: wireapp/github-action-wire-messenger@v2.0.0
8686
with:
8787
email: ${{secrets.WIRE_EMAIL}}
8888
password: ${{secrets.WIRE_PASSWORD}}

.github/workflows/test_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Notify CI error
9191
if: failure() && github.event_name != 'pull_request'
92-
uses: wireapp/github-action-wire-messenger@v1
92+
uses: wireapp/github-action-wire-messenger@v2.0.0
9393
with:
9494
email: ${{secrets.WIRE_EMAIL}}
9595
password: ${{secrets.WIRE_PASSWORD}}

0 commit comments

Comments
 (0)