From 8d47fd1aaa693e4fa36bce37f8d118c8b7b4beb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:01:40 +0000 Subject: [PATCH] build(deps): 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/notify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"