Skip to content

Commit

Permalink
Bump rectalogic/notify-irc from 1 to 2 (#336)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2024
1 parent 2269cea commit 01e93dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/irc_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
#if: github.repository == 'MapServer/mapcache'
steps:
- name: irc push
uses: rectalogic/notify-irc@v1
uses: rectalogic/notify-irc@v2
if: github.event_name == 'push'
with:
channel: "#mapcache"
Expand All @@ -26,7 +26,7 @@ jobs:
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
${{ join(github.event.commits.*.message) }}
- name: irc pull request
uses: rectalogic/notify-irc@v1
uses: rectalogic/notify-irc@v2
if: github.event_name == 'pull_request'
with:
channel: "#mapcache"
Expand All @@ -35,7 +35,7 @@ jobs:
message: |
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
- name: irc tag created
uses: rectalogic/notify-irc@v1
uses: rectalogic/notify-irc@v2
if: github.event_name == 'create' && github.event.ref_type == 'tag'
with:
channel: "#mapcache"
Expand Down

0 comments on commit 01e93dc

Please sign in to comment.