22
22
- windows-latest
23
23
runs-on : ${{ matrix.platform }}
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
- name : Setup Python
27
- uses : actions/setup-python@v2
27
+ uses : actions/setup-python@v4
28
28
with :
29
29
python-version : ${{ matrix.python }}
30
30
- name : Install tox
42
42
- windows-latest
43
43
runs-on : ${{ matrix.platform }}
44
44
steps :
45
- - uses : actions/checkout@v2
45
+ - uses : actions/checkout@v3
46
46
- name : Install Cygwin
47
- uses : cygwin/cygwin-install-action@v1
47
+ uses : cygwin/cygwin-install-action@v2
48
48
with :
49
49
platform : x86_64
50
50
packages : >-
@@ -71,16 +71,16 @@ jobs:
71
71
env :
72
72
SETUPTOOLS_USE_DISTUTILS : local
73
73
steps :
74
- - uses : actions/checkout@v2
74
+ - uses : actions/checkout@v3
75
75
- name : Setup Python
76
- uses : actions/setup-python@v2
76
+ uses : actions/setup-python@v4
77
77
with :
78
78
python-version : ${{ matrix.python }}
79
79
- name : Install tox
80
80
run : |
81
81
python -m pip install tox
82
82
- name : Check out pypa/setuptools
83
- uses : actions/checkout@v2
83
+ uses : actions/checkout@v3
84
84
with :
85
85
repository : pypa/setuptools
86
86
ref : main
@@ -103,9 +103,9 @@ jobs:
103
103
runs-on : ubuntu-latest
104
104
105
105
steps :
106
- - uses : actions/checkout@v2
106
+ - uses : actions/checkout@v3
107
107
- name : Setup Python
108
- uses : actions/setup-python@v2
108
+ uses : actions/setup-python@v4
109
109
with :
110
110
python-version : " 3.10"
111
111
- name : Install tox
0 commit comments