File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
27
27
runs-on : ${{ matrix.os }}
28
28
name : " ${{ matrix.os }} Python: ${{ matrix.python-version }}"
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 0
33
33
- name : Set up Python ${{ matrix.python-version }}
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
- name : Install dependencies
53
53
linting :
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/checkout@v3
57
- - uses : actions/setup-python@v4
56
+ - uses : actions/checkout@v4
57
+ - uses : actions/setup-python@v5
58
58
with :
59
59
python-version : " 3.10"
60
60
- name : Install dependencies
66
66
name : Build & verify package
67
67
runs-on : " ubuntu-latest"
68
68
steps :
69
- - uses : actions/checkout@v3
70
- - uses : actions/setup-python@v4
69
+ - uses : actions/checkout@v4
70
+ - uses : actions/setup-python@v5
71
71
with :
72
72
python-version : " 3.9"
73
73
- name : Install build, check-wheel-content, and twine
You can’t perform that action at this time.
0 commit comments