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 af71464
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: "22.1.0"
rev: "22.10.0"
hooks:
- id: black

Expand Down

0 comments on commit af71464

Please sign in to comment.