Skip to content

Commit

Permalink
Updated used 3rd party actions in test-n-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLJL authored Jul 13, 2023
1 parent 53580cf commit 6122d86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
name: Set up Python ${{ matrix.python-version }}
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
coverage run -p `which machinestate` -j output-ext.json
coverage run -p `which machinestate` --html
coverage run -p `which machinestate` --html -o output.html
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
- name: Build package
run: |
python setup.py build sdist
Expand Down

0 comments on commit 6122d86

Please sign in to comment.