@@ -42,10 +42,10 @@ jobs:
4242 PYTHONIOENCODING : " utf-8"
4343 GIT_ASK_YESNO : " false"
4444 steps :
45- - uses : actions/checkout@v2
46- - uses : actions/setup-python@v2
45+ - uses : actions/checkout@v3
46+ - uses : actions/setup-python@v4
4747 with :
48- python-version : 3.9
48+ python-version : 3.x
4949 - run : |
5050 python -m pip install pre-commit
5151 pre-commit run --all-files --verbose --show-diff-on-failure
@@ -54,10 +54,10 @@ jobs:
5454 needs : lint
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v2
58- - uses : actions/setup-python@v2
57+ - uses : actions/checkout@v3
58+ - uses : actions/setup-python@v4
5959 with :
60- python-version : 3.9
60+ python-version : 3.x
6161 - run : |
6262 python -m pip install --upgrade wheel invoke parver bs4 vistir towncrier requests
6363 python -m invoke vendoring.update
7272 os : [MacOS, Ubuntu, Windows]
7373
7474 steps :
75- - uses : actions/checkout@v1
75+ - uses : actions/checkout@v3
7676
7777 - name : Set up Python ${{ matrix.python-version }}
7878 uses : actions/setup-python@v4
@@ -115,10 +115,10 @@ jobs:
115115 needs : lint
116116 runs-on : ubuntu-latest
117117 steps :
118- - uses : actions/checkout@v2
119- - uses : actions/setup-python@v2
118+ - uses : actions/checkout@v3
119+ - uses : actions/setup-python@v4
120120 with :
121- python-version : 3.9
121+ python-version : 3.x
122122 - run : pip install -U build twine
123123 - run : |
124124 python -m build
0 commit comments