소스 검색

CI: Update action versions

master
Matthew Martin 10 달 전
부모
커밋
bb27265aee
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      .github/workflows/test.yml

+ 2
- 3
.github/workflows/test.yml 파일 보기

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

불러오는 중...
취소
저장