4848 runs-on : ubuntu-24.04
4949 steps :
5050 - name : checkout repository
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 # fetch git tags (tagged releases) because
53- # actions/checkout@v4 does either a full checkout or a shallow checkout without tags
53+ # actions/checkout@v6 does either a full checkout or a shallow checkout without tags
5454 - name : fetch tags
5555 run : git fetch --prune --unshallow --tags
5656 - name : Programmatic environment setup
8080 run : |
8181 env
8282 - name : install python
83- uses : actions/setup-python@v5
83+ uses : actions/setup-python@v6
8484 with :
8585 python-version : ' 3.10'
8686 - name : install system dependencies
@@ -103,9 +103,9 @@ jobs:
103103 runs-on : ubuntu-24.04
104104 steps :
105105 - name : checkout repository
106- uses : actions/checkout@v4
106+ uses : actions/checkout@v6
107107 # fetch git tags (tagged releases) because
108- # actions/checkout@v4 does either a full checkout or a shallow checkout without tags
108+ # actions/checkout@v6 does either a full checkout or a shallow checkout without tags
109109 - name : fetch tags
110110 run : git fetch --prune --unshallow --tags
111111 - name : Programmatic environment setup
@@ -131,7 +131,7 @@ jobs:
131131 echo "GITHUB_ACTIONS_BRANCH=$GITHUB_ACTIONS_BRANCH"
132132 echo "GITHUB_ACTIONS_BRANCH=$GITHUB_ACTIONS_BRANCH" >> $GITHUB_ENV
133133 - name : install java
134- uses : actions/setup-java@v4
134+ uses : actions/setup-java@v5
135135 with :
136136 distribution : ' temurin'
137137 java-version : ' 17'
@@ -155,9 +155,9 @@ jobs:
155155 runs-on : ubuntu-24.04
156156 steps :
157157 - name : checkout repository
158- uses : actions/checkout@v4
158+ uses : actions/checkout@v6
159159 # fetch git tags (tagged releases) because
160- # actions/checkout@v4 does either a full checkout or a shallow checkout without tags
160+ # actions/checkout@v6 does either a full checkout or a shallow checkout without tags
161161 - name : fetch tags
162162 run : git fetch --prune --unshallow --tags
163163 - name : Programmatic environment setup
@@ -183,7 +183,7 @@ jobs:
183183 echo "GITHUB_ACTIONS_BRANCH=$GITHUB_ACTIONS_BRANCH"
184184 echo "GITHUB_ACTIONS_BRANCH=$GITHUB_ACTIONS_BRANCH" >> $GITHUB_ENV
185185 - name : install python
186- uses : actions/setup-python@v5
186+ uses : actions/setup-python@v6
187187 with :
188188 python-version : ' 3.10'
189189 - name : install docs dependencies
@@ -202,9 +202,9 @@ jobs:
202202 runs-on : ubuntu-24.04
203203 steps :
204204 - name : checkout repository
205- uses : actions/checkout@v4
205+ uses : actions/checkout@v6
206206 # fetch git tags (tagged releases) because
207- # actions/checkout@v4 does either a full checkout or a shallow checkout without tags
207+ # actions/checkout@v6 does either a full checkout or a shallow checkout without tags
208208 - name : fetch tags
209209 run : git fetch --prune --unshallow --tags
210210 - name : Programmatic environment setup
@@ -237,7 +237,7 @@ jobs:
237237 sudo rm -rf "/usr/local/share/boost"
238238 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
239239 - name : install java
240- uses : actions/setup-java@v4
240+ uses : actions/setup-java@v5
241241 with :
242242 distribution : ' temurin'
243243 java-version : ' 17'
@@ -259,9 +259,9 @@ jobs:
259259 runs-on : ubuntu-24.04
260260 steps :
261261 - name : checkout repository
262- uses : actions/checkout@v4
262+ uses : actions/checkout@v6
263263 # fetch git tags (tagged releases) because
264- # actions/checkout@v4 does either a full checkout or a shallow checkout without tags
264+ # actions/checkout@v6 does either a full checkout or a shallow checkout without tags
265265 - name : fetch tags
266266 run : git fetch --prune --unshallow --tags
267267 - name : Programmatic environment setup
@@ -294,7 +294,7 @@ jobs:
294294 sudo rm -rf "/usr/local/share/boost"
295295 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
296296 - name : install python
297- uses : actions/setup-python@v5
297+ uses : actions/setup-python@v6
298298 with :
299299 python-version : ' 3.10'
300300 - name : install system dependencies
@@ -305,7 +305,7 @@ jobs:
305305 run : |
306306 pip3 install miniwdl docker[tls] six
307307 - name : Set up Docker Buildx
308- uses : docker/setup-buildx-action@v3
308+ uses : docker/setup-buildx-action@v4
309309 - name : test with miniwdl
310310 shell : bash
311311 run : |
@@ -330,9 +330,9 @@ jobs:
330330 DX_PROJECT : project-F8PQ6380xf5bK0Qk0YPjB17P
331331 steps :
332332 - name : checkout repository
333- uses : actions/checkout@v4
333+ uses : actions/checkout@v6
334334 # fetch git tags (tagged releases) because
335- # actions/checkout@v4 does either a full checkout or a shallow checkout without tags
335+ # actions/checkout@v6 does either a full checkout or a shallow checkout without tags
336336 - name : fetch tags
337337 run : git fetch --prune --unshallow --tags
338338 - name : Programmatic environment setup
@@ -363,11 +363,11 @@ jobs:
363363 echo "${{ github.event.action }}"
364364 echo "${{ github.event.pull_request.merged }}"
365365 - name : install python
366- uses : actions/setup-python@v5
366+ uses : actions/setup-python@v6
367367 with :
368368 python-version : ' 3.10'
369369 - name : install java
370- uses : actions/setup-java@v4
370+ uses : actions/setup-java@v5
371371 with :
372372 distribution : ' temurin'
373373 java-version : ' 17'
0 commit comments