We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bd576 commit bb27265Copy full SHA for bb27265
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
container:
58
image: ghcr.io/zsh-users/zsh:${{ matrix.version }}
59
steps:
60
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
61
- run: install_packages bsdmainutils make procps
62
- run: make test
63
@@ -68,9 +68,8 @@ jobs:
68
69
-
70
name: Notify IRC
71
- uses: Gottox/irc-message-action@v1
+ uses: Gottox/irc-message-action@v2
72
with:
73
- server: irc.libera.chat
74
channel: '#zsh-syntax-highlighting'
75
nickname: zsyh-gh-bot
76
message: '${{ github.ref }} failed tests: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'
0 commit comments