From 7abf60440a7103236818d5ee8d8f007e292e8f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 00:56:07 +0000 Subject: [PATCH] Bump rectalogic/notify-irc from 1 to 2 Bumps [rectalogic/notify-irc](https://github.com/rectalogic/notify-irc) from 1 to 2. - [Release notes](https://github.com/rectalogic/notify-irc/releases) - [Commits](https://github.com/rectalogic/notify-irc/compare/v1...v2) --- updated-dependencies: - dependency-name: rectalogic/notify-irc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/irc_notify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/irc_notify.yml b/.github/workflows/irc_notify.yml index b89280d887..670d6d7db4 100644 --- a/.github/workflows/irc_notify.yml +++ b/.github/workflows/irc_notify.yml @@ -23,7 +23,7 @@ jobs: #if: github.repository == 'MapServer/MapServer' steps: - name: irc push - uses: rectalogic/notify-irc@v1 + uses: rectalogic/notify-irc@v2 if: github.event_name == 'push' with: channel: "#mapserver" @@ -33,7 +33,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: "#mapserver" @@ -42,7 +42,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: "#mapserver"