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 e8725a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- 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@v3
if: ${{ matrix.script == 'tests' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit e8725a0

Please sign in to comment.