| 
55 | 55 |         run: sudo usermod -c 'CI Runner' "$(whoami)"  | 
56 | 56 | 
 
  | 
57 | 57 |       - name: Set up Python  | 
58 |  | -        uses: actions/setup-python@v5  | 
 | 58 | +        uses: actions/setup-python@v6  | 
59 | 59 |         with:  | 
60 | 60 |           python-version: ${{ env.py-semver }}  | 
61 | 61 |           allow-prereleases: true  | 
@@ -108,7 +108,7 @@ jobs:  | 
108 | 108 |           fetch-depth: 0  | 
109 | 109 | 
 
  | 
110 | 110 |       - name: Set up Python  | 
111 |  | -        uses: actions/setup-python@v5  | 
 | 111 | +        uses: actions/setup-python@v6  | 
112 | 112 |         with:  | 
113 | 113 |           python-version: ${{ env.py-semver }}  | 
114 | 114 |           cache: pip  | 
@@ -144,7 +144,7 @@ jobs:  | 
144 | 144 |         run: sudo usermod -c 'CI Runner' "$(whoami)"  | 
145 | 145 | 
 
  | 
146 | 146 |       - name: Set up Python  | 
147 |  | -        uses: actions/setup-python@v5  | 
 | 147 | +        uses: actions/setup-python@v6  | 
148 | 148 |         with:  | 
149 | 149 |           python-version: ${{ env.py-semver }}  | 
150 | 150 |           cache: pip  | 
@@ -201,7 +201,7 @@ jobs:  | 
201 | 201 |         run: sudo rm -f /usr/bin/docker ; sudo apt-get install -y podman  | 
202 | 202 | 
 
  | 
203 | 203 |       - name: Set up Python  | 
204 |  | -        uses: actions/setup-python@v5  | 
 | 204 | +        uses: actions/setup-python@v6  | 
205 | 205 |         with:  | 
206 | 206 |           python-version: 3.13  | 
207 | 207 |           cache: pip  | 
@@ -238,7 +238,7 @@ jobs:  | 
238 | 238 |           sudo apt-get install -y ./singularity-ce_4.2.1-focal_amd64.deb environment-modules  | 
239 | 239 | 
  | 
240 | 240 |       - name: Set up Python  | 
241 |  | -        uses: actions/setup-python@v5  | 
 | 241 | +        uses: actions/setup-python@v6  | 
242 | 242 |         with:  | 
243 | 243 |           python-version: 3.13  | 
244 | 244 |           cache: pip  | 
@@ -280,7 +280,7 @@ jobs:  | 
280 | 280 |         with:  | 
281 | 281 |           fetch-depth: 0  | 
282 | 282 |       - name: Set up Python  | 
283 |  | -        uses: actions/setup-python@v5  | 
 | 283 | +        uses: actions/setup-python@v6  | 
284 | 284 |         with:  | 
285 | 285 |           python-version: 3.13  | 
286 | 286 |           cache: pip  | 
 | 
0 commit comments