1515 fail-fast : false
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919
2020 - name : Install dependencies
2121 run : $PIP install virtualenv tox
@@ -50,13 +50,13 @@ jobs:
5050 fail-fast : false
5151
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454
5555 - name : Work around pip SSL cert verify error
5656 run : sudo $PIP config set global.trusted-host 'pypi.python.org pypi.org files.pythonhosted.org'
5757
5858 - name : Set up Python 3.5
59- uses : actions/setup-python@v4
59+ uses : actions/setup-python@v5
6060 with :
6161 python-version : 3.5
6262
@@ -81,10 +81,10 @@ jobs:
8181 python-version : [3.6, 3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
8282
8383 steps :
84- - uses : actions/checkout@v3
84+ - uses : actions/checkout@v4
8585
8686 - name : Set up Python ${{ matrix.python-version }}
87- uses : actions/setup-python@v4
87+ uses : actions/setup-python@v5
8888 with :
8989 python-version : ${{ matrix.python-version }}
9090
@@ -108,7 +108,7 @@ jobs:
108108 fail-fast : false
109109
110110 steps :
111- - uses : actions/checkout@v3
111+ - uses : actions/checkout@v4
112112
113113 - name : Install dependencies
114114 run : $PIP install virtualenv tox
@@ -124,10 +124,10 @@ jobs:
124124 python-version : [3.8]
125125
126126 steps :
127- - uses : actions/checkout@v3
127+ - uses : actions/checkout@v4
128128
129129 - name : Set up Python ${{ matrix.python-version }}
130- uses : actions/setup-python@v4
130+ uses : actions/setup-python@v5
131131 with :
132132 python-version : ${{ matrix.python-version }}
133133
@@ -141,10 +141,10 @@ jobs:
141141 runs-on : ubuntu-20.04
142142
143143 steps :
144- - uses : actions/checkout@v3
144+ - uses : actions/checkout@v4
145145
146146 - name : Set up Python ${{ matrix.python-version }}
147- uses : actions/setup-python@v4
147+ uses : actions/setup-python@v5
148148 with :
149149 python-version : " 3.8"
150150
0 commit comments