Skip to content

Commit 01e93dc

Browse files
Bump rectalogic/notify-irc from 1 to 2 (#336)
Bumps [rectalogic/notify-irc](https://github.com/rectalogic/notify-irc) from 1 to 2. - [Release notes](https://github.com/rectalogic/notify-irc/releases) - [Commits](rectalogic/notify-irc@v1...v2) --- updated-dependencies: - dependency-name: rectalogic/notify-irc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2269cea commit 01e93dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/irc_notify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
#if: github.repository == 'MapServer/mapcache'
1717
steps:
1818
- name: irc push
19-
uses: rectalogic/notify-irc@v1
19+
uses: rectalogic/notify-irc@v2
2020
if: github.event_name == 'push'
2121
with:
2222
channel: "#mapcache"
@@ -26,7 +26,7 @@ jobs:
2626
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
2727
${{ join(github.event.commits.*.message) }}
2828
- name: irc pull request
29-
uses: rectalogic/notify-irc@v1
29+
uses: rectalogic/notify-irc@v2
3030
if: github.event_name == 'pull_request'
3131
with:
3232
channel: "#mapcache"
@@ -35,7 +35,7 @@ jobs:
3535
message: |
3636
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
3737
- name: irc tag created
38-
uses: rectalogic/notify-irc@v1
38+
uses: rectalogic/notify-irc@v2
3939
if: github.event_name == 'create' && github.event.ref_type == 'tag'
4040
with:
4141
channel: "#mapcache"

0 commit comments

Comments
 (0)