Skip to content

Commit

Permalink
GitHub Actions: update workflow with latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thiell committed Sep 17, 2023
1 parent 949bf15 commit 598df15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nosetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
python-version: '3.6'
name: Tests with Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Post to Slack
if: always() # could be changed to failure() if too verbose
id: slack
uses: slackapi/slack-github-action@v1.15.0
uses: slackapi/slack-github-action@v1.23
with:
channel-id: 'C07GRMDK3'
slack-message: "${{ github.workflow }} by ${{ github.actor }} on ${{ github.ref }} for Python ${{ matrix.python-version }}: ${{ job.status }}"
Expand Down

0 comments on commit 598df15

Please sign in to comment.