diff --git a/.github/workflows/notify_irc.yml b/.github/workflows/notify_irc.yml index 4972f0c..29d826d 100644 --- a/.github/workflows/notify_irc.yml +++ b/.github/workflows/notify_irc.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: irc push - uses: rectalogic/notify-irc@v1 + uses: rectalogic/notify-irc@v2 if: github.event_name == 'push' with: channel: "#entropy_rocks_commits" @@ -17,7 +17,7 @@ jobs: ${{ 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: "#entropy_rocks_commits" @@ -26,7 +26,7 @@ jobs: ${{ 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: "#entropy_rocks_commits"