Skip to content

Commit

Permalink
CI: Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
phy1729 committed Oct 29, 2023
1 parent 71bd576 commit bb27265
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 }}'

0 comments on commit bb27265

Please sign in to comment.