Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Semashkevich committed Nov 21, 2022
1 parent b9d8cfa commit ff4b417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:

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

- name: Pip, Pre-commit & Poetry caches
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/
Expand All @@ -68,7 +68,7 @@ jobs:
PGPASSWORD: postgres

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
if: ${{ matrix.script == 'tests' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ff4b417

Please sign in to comment.