Skip to content

Commit

Permalink
ci: updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 31, 2023
1 parent eae7ea9 commit efe8a1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/clam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Notify start to ##gitlama
steps:
- name: IRC notification
uses: Gottox/irc-message-action@v1
uses: Gottox/irc-message-action@v2
with:
server: irc.uvt.nl
channel: '#gitlama'
Expand All @@ -33,9 +33,9 @@ jobs:
python-version: [3.7, 3.8, 3.9, "3.10" ,3.11]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Get Short Python Version
id: pyversion
uses: mad9000/actions-find-and-replace-string@2
uses: mad9000/actions-find-and-replace-string@3
with:
source: ${{ matrix.python-version }}
find: '.'
Expand All @@ -66,7 +66,7 @@ jobs:

- name: Notify IRC of failure
if: ${{ steps.test.outcome != 'success' }}
uses: Gottox/irc-message-action@v1
uses: Gottox/irc-message-action@v2
with:
server: irc.uvt.nl
channel: '#gitlama'
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Notify IRC of success
if: ${{ steps.test.outcome == 'success' }}
uses: Gottox/irc-message-action@v1
uses: Gottox/irc-message-action@v2
with:
server: irc.uvt.nl
channel: '#gitlama'
Expand Down

0 comments on commit efe8a1d

Please sign in to comment.