@@ -33,10 +33,10 @@ jobs:
3333 CFLAGS : " -Wconversion"
3434
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737
3838 - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v4
39+ uses : actions/setup-python@v5
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242
8080 CFLAGS : " -Wconversion"
8181
8282 steps :
83- - uses : actions/checkout@v3
83+ - uses : actions/checkout@v4
8484
8585 - name : Install Python 2
8686 if : matrix.os == 'windows-latest'
@@ -126,9 +126,9 @@ jobs:
126126 mypy :
127127 runs-on : ubuntu-latest
128128 steps :
129- - uses : actions/checkout@v3
129+ - uses : actions/checkout@v4
130130 - name : Set up Python
131- uses : actions/setup-python@v4
131+ uses : actions/setup-python@v5
132132 with :
133133 python-version : " 3.x"
134134 - name : Install dependencies
@@ -145,7 +145,7 @@ jobs:
145145 sse : [0, 1]
146146 arch : [x64, x32]
147147 steps :
148- - uses : actions/checkout@v3
148+ - uses : actions/checkout@v4
149149 - name : Install dependencies
150150 run : |
151151 sudo apt-get update
@@ -167,9 +167,9 @@ jobs:
167167 - x64
168168 - win32
169169 steps :
170- - uses : actions/checkout@v3
170+ - uses : actions/checkout@v4
171171 - name : Set up Python "3.13"
172- uses : actions/setup-python@v4
172+ uses : actions/setup-python@v5
173173 with :
174174 python-version : " 3.13"
175175 - name : Install MSVC
@@ -189,7 +189,7 @@ jobs:
189189 env :
190190 CFLAGS : " -Wconversion"
191191 steps :
192- - uses : actions/checkout@v2
192+ - uses : actions/checkout@v4
193193 - name : No-GIL Python
194194 uses : deadsnakes/action@v3.1.0
195195 with :
0 commit comments