Skip to content

Commit

Permalink
Update action versions in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matrulda committed Apr 26, 2023
1 parent e637ca4 commit 840df99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.x']
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand All @@ -23,4 +23,4 @@ jobs:
run: pytest --cov=gimme_food --cov-report=xml tests/

- name: Update data on codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

0 comments on commit 840df99

Please sign in to comment.