CI: Update action versions

This commit is contained in:
Matthew Martin 2023-10-29 13:25:08 -05:00
parent 71bd576af8
commit bb27265aee

View file

@ -57,7 +57,7 @@ jobs:
container:
image: ghcr.io/zsh-users/zsh:${{ matrix.version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: install_packages bsdmainutils make procps
- run: make test
@ -68,9 +68,8 @@ jobs:
steps:
-
name: Notify IRC
uses: Gottox/irc-message-action@v1
uses: Gottox/irc-message-action@v2
with:
server: irc.libera.chat
channel: '#zsh-syntax-highlighting'
nickname: zsyh-gh-bot
message: '${{ github.ref }} failed tests: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'