Skip to content

Commit

Permalink
Update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Oct 14, 2023
1 parent 9ca69a1 commit 88369ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -27,7 +27,7 @@ jobs:
run: tox -ve ci

- name: Upload test coverage report to CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

- name: Inform the Codemonkeys
uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 88369ee

Please sign in to comment.