4444 python-key : ${{ steps.generate-python-key.outputs.key }}
4545 steps :
4646 - name : Check out code from GitHub
47- uses : actions/checkout@v4.2.2
47+ uses : actions/checkout@v5.0.0
4848 - name : Set up Python ${{ matrix.python-version }}
4949 id : python
5050 # Custom with PyPy fix: https://github.com/actions/setup-python/pull/1110
6161 $GITHUB_OUTPUT
6262 - name : Restore Python virtual environment
6363 id : cache-venv
64- 64+ 6565 with :
6666 path : venv
6767 key : >-
@@ -100,7 +100,7 @@ jobs:
100100 needs : tests
101101 steps :
102102 - name : Check out code from GitHub
103- uses : actions/checkout@v4.2.2
103+ uses : actions/checkout@v5.0.0
104104 - name : Set up Python 3.13
105105 id : python
106106@@ -109,15 +109,15 @@ jobs:
109109 check-latest : true
110110 - name : Restore Python virtual environment
111111 id : cache-venv
112- 112+ 113113 with :
114114 path : venv
115115 fail-on-cache-miss : true
116116 key :
117117 ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
118118 needs.tests-linux.outputs.python-key }}
119119 - name : Download all coverage artifacts
120- uses : actions/download-artifact@v4.3 .0
120+ uses : actions/download-artifact@v5.0 .0
121121 - name : Combine coverage results
122122 run : |
123123 . venv/bin/activate
@@ -140,7 +140,7 @@ jobs:
140140 python-version : ["3.13"]
141141 steps :
142142 - name : Check out code from GitHub
143- uses : actions/checkout@v4.2.2
143+ uses : actions/checkout@v5.0.0
144144 - name : Set up Python ${{ matrix.python-version }}
145145 id : python
146146@@ -149,7 +149,7 @@ jobs:
149149 check-latest : true
150150 - name : Restore Python virtual environment
151151 id : cache-venv
152- 152+ 153153 with :
154154 path : venv
155155 fail-on-cache-miss : true
@@ -195,7 +195,7 @@ jobs:
195195 # Workaround to set correct temp directory on Windows
196196 # https://github.com/actions/virtual-environments/issues/712
197197 - name : Check out code from GitHub
198- uses : actions/checkout@v4.2.2
198+ uses : actions/checkout@v5.0.0
199199 - name : Set up Python ${{ matrix.python-version }}
200200 id : python
201201@@ -210,7 +210,7 @@ jobs:
210210 }}" >> $env:GITHUB_OUTPUT
211211 - name : Restore Python virtual environment
212212 id : cache-venv
213- 213+ 214214 with :
215215 path : venv
216216 key : >-
0 commit comments