8000 Fix CI (#456) · rpgod/python-betterproto@6df8cef · GitHub
[go: up one dir, main page]

Skip to content

Commit 6df8cef

Browse files
authored
1 parent 1b1bd47 commit 6df8cef

File tree

6 files changed

+950
-851
lines changed

6 files changed

+950
-851
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
os: [Ubuntu, MacOS, Windows]
1919
python-version: ['3.7', '3.8', '3.9', '3.10']
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

@@ -41,7 +41,7 @@ jobs:
4141
run: poetry config virtualenvs.in-project true
4242

4343
- name: Set up cache
44-
uses: actions/cache@v2
44+
uses: actions/cache@v3
4545
id: cache
4646
with:
4747
path: .venv

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
name: Check code/doc formatting
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: actions/setup-python@v2
16+
- uses: actions/checkout@v3
17+
- uses: actions/setup-python@v4
1818
- uses: pre-commit/action@v2.0.3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
name: Distribution
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up Python 3.8
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: 3.8
2323
- name: Install poetry

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pycqa/isort
6-
rev: 5.10.1
6+
rev: 5.11.5
77
hooks:
88
- id: isort
99

0 commit comments

Comments
 (0)
0