From 2f63ee2bff842ecc5995701fbf835a16ceeae3bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 18:16:33 +0000 Subject: [PATCH] Update rectalogic/notify-irc action to v2 --- .github/workflows/notify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 459e52c..e52d549 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.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" @@ -16,7 +16,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: "#entropy_rocks_commits" @@ -24,7 +24,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: "#entropy_rocks_commits"