Skip to content

Commit bb27265

Browse files
committed
CI: Update action versions
1 parent 71bd576 commit bb27265

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
container:
5858
image: ghcr.io/zsh-users/zsh:${{ matrix.version }}
5959
steps:
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v4
6161
- run: install_packages bsdmainutils make procps
6262
- run: make test
6363

@@ -68,9 +68,8 @@ jobs:
6868
steps:
6969
-
7070
name: Notify IRC
71-
uses: Gottox/irc-message-action@v1
71+
uses: Gottox/irc-message-action@v2
7272
with:
73-
server: irc.libera.chat
7473
channel: '#zsh-syntax-highlighting'
7574
nickname: zsyh-gh-bot
7675
message: '${{ github.ref }} failed tests: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

0 commit comments

Comments
 (0)