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"