Browse Source

CI: Update action versions

master
Matthew Martin 10 months ago
parent
commit
bb27265aee
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      .github/workflows/test.yml

+ 2
- 3
.github/workflows/test.yml View File

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

Loading…
Cancel
Save