diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 6bb277925992..6805d34bd7e4 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Handle Commit - uses: rectalogic/notify-irc@v1 + uses: rectalogic/notify-irc@v2 if: github.event_name == 'push' && github.repository == 'HandBrake/HandBrake' with: channel: "#handbrake" @@ -20,7 +20,7 @@ jobs: message: | COMMIT: ${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }} ${{ join(github.event.commits.*.message) }} - name: Handle Pull Request - uses: rectalogic/notify-irc@v1 + uses: rectalogic/notify-irc@v2 if: github.event_name == 'pull_request' && github.repository == 'HandBrake/HandBrake' with: channel: "#handbrake"