32
32
attestations : write
33
33
id-token : write
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : 0
38
38
- uses : hynek/build-and-inspect-python-package@v2
58
58
59
59
steps :
60
60
- name : Fetch repository
61
- uses : actions/checkout@v4
61
+ uses : actions/checkout@v5
62
62
with :
63
63
fetch-depth : 0
64
64
- name : Install the latest version of uv
97
97
echo "RELEASE_VERSION=v3.7.1" >> $GITHUB_ENV
98
98
echo "NO_ET=TRUE" >> $GITHUB_ENV
99
99
- name : Setup Singularity
100
- uses : actions/checkout@v4
100
+ uses : actions/checkout@v5
101
101
with :
102
102
repository : hpcng/singularity
103
103
ref : ' v3.7.1'
@@ -122,7 +122,7 @@ jobs:
122
122
run : |
123
123
echo ${{ github.ref }}
124
124
singularity --version
125
- - uses : actions/checkout@v4
125
+ - uses : actions/checkout@v5
126
126
with :
127
127
fetch-depth : 0
128
128
- name : Install the latest version of uv
@@ -158,7 +158,7 @@ jobs:
158
158
steps :
159
159
- name : Disable etelemetry
160
160
run : echo "NO_ET=TRUE" >> $GITHUB_ENV
161
- - uses : actions/checkout@v4
161
+ - uses : actions/checkout@v5
162
162
with :
163
163
fetch-depth : 0
164
164
- name : Pull docker image
@@ -204,7 +204,7 @@ jobs:
204
204
# steps:
205
205
# - name: Disable etelemetry
206
206
# run: echo "NO_ET=TRUE" >> $GITHUB_ENV
207
- # - uses: actions/checkout@v4
207
+ # - uses: actions/checkout@v5
208
208
# - name: Fetch tags
209
209
# run: git fetch --prune --unshallow
210
210
# - name: Set up Python ${{ matrix.python-version }}
@@ -307,7 +307,7 @@ jobs:
307
307
ps aux | grep xfce4-notifyd
308
308
dbus-monitor --session &
309
309
sleep 3
310
- - uses : actions/checkout@v4
310
+ - uses : actions/checkout@v5
311
311
with :
312
312
fetch-depth : 0
313
313
- name : Install Minconda
@@ -346,7 +346,7 @@ jobs:
346
346
id-token : write
347
347
steps :
348
348
- name : Download dist
349
- uses : actions/download-artifact@v4
349
+ uses : actions/download-artifact@v5
350
350
with :
351
351
name : Packages
352
352
path : dist
@@ -359,7 +359,7 @@ jobs:
359
359
if : github.event_name == 'release'
360
360
steps :
361
361
- name : Download docs
362
- uses : actions/download-artifact@v4
362
+ uses : actions/download-artifact@v5
363
363
with :
364
364
name : docs
365
365
path : docs-build
0 commit comments