@@ -42,10 +42,10 @@ jobs:
42
42
PYTHONIOENCODING : " utf-8"
43
43
GIT_ASK_YESNO : " false"
44
44
steps :
45
- - uses : actions/checkout@v2
46
- - uses : actions/setup-python@v2
45
+ - uses : actions/checkout@v3
46
+ - uses : actions/setup-python@v4
47
47
with :
48
- python-version : 3.9
48
+ python-version : 3.x
49
49
- run : |
50
50
python -m pip install pre-commit
51
51
pre-commit run --all-files --verbose --show-diff-on-failure
@@ -54,10 +54,10 @@ jobs:
54
54
needs : lint
55
55
runs-on : ubuntu-latest
56
56
steps :
57
- - uses : actions/checkout@v2
58
- - uses : actions/setup-python@v2
57
+ - uses : actions/checkout@v3
58
+ - uses : actions/setup-python@v4
59
59
with :
60
- python-version : 3.9
60
+ python-version : 3.x
61
61
- run : |
62
62
python -m pip install --upgrade wheel invoke parver bs4 vistir towncrier requests
63
63
python -m invoke vendoring.update
72
72
os : [MacOS, Ubuntu, Windows]
73
73
74
74
steps :
75
- - uses : actions/checkout@v1
75
+ - uses : actions/checkout@v3
76
76
77
77
- name : Set up Python ${{ matrix.python-version }}
78
78
uses : actions/setup-python@v4
@@ -115,10 +115,10 @@ jobs:
115
115
needs : lint
116
116
runs-on : ubuntu-latest
117
117
steps :
118
- - uses : actions/checkout@v2
119
- - uses : actions/setup-python@v2
118
+ - uses : actions/checkout@v3
119
+ - uses : actions/setup-python@v4
120
120
with :
121
- python-version : 3.9
121
+ python-version : 3.x
122
122
- run : pip install -U build twine
123
123
- run : |
124
124
python -m build
0 commit comments