Skip to content

Commit

Permalink
Merge pull request #271 from Mesnage-Org/ns-rse/update-action-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Mar 18, 2024
2 parents 329b88d + 2ad2658 commit a334000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
run:
working-directory: ./lib
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -33,7 +33,7 @@ jobs:
run: |
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
- name: Checking CLI entry-point works
run: |
pip install -e .
Expand Down

0 comments on commit a334000

Please sign in to comment.