Skip to content

Commit

Permalink
CI: update to latest IRC-message runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Oct 30, 2022
1 parent 4a30ff5 commit ff9e108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: notifications
steps:
- name: irc pull request
uses: Gottox/irc-message-action@v1.3.1
uses: Gottox/irc-message-action@v2.1.3
if: github.event_name == 'pull_request'
with:
server: "irc.libera.chat"
Expand All @@ -32,7 +32,7 @@ jobs:
nickname: fvwm3-gh-pr
message: "PR: [${{ github.event.pull_request.number }}]: ${{ github.event.pull_request.title }} -- [${{ github.event.pull_request.user.login }}]"
- name: irc tag created
uses: Gottox/irc-message-action@v1.3.1
uses: Gottox/irc-message-action@v2.1.3
if: github.event_name == 'create' && github.event.ref_type == 'tag'
with:
server: "irc.libera.chat"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: notifications
steps:
- name: issue notifications
uses: Gottox/irc-message-action@v1.3.1
uses: Gottox/irc-message-action@v2.1.3
with:
server: "irc.libera.chat"
notice: false
Expand Down

0 comments on commit ff9e108

Please sign in to comment.