File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
name : Check and lint
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- uses : actions-rs/toolchain@v1
12
12
with :
13
13
profile : minimal
23
23
runs-on : ubuntu-latest
24
24
needs : lint
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ' 3.13'
Original file line number Diff line number Diff line change 77
77
78
78
runs-on : ${{ matrix.os }}-latest
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@v5
81
81
82
82
- name : Set up python
83
83
uses : actions/setup-python@v5
@@ -148,7 +148,7 @@ jobs:
148
148
id-token : write
149
149
steps :
150
150
- name : Download all the dists
151
- uses : actions/download-artifact@v4
151
+ uses : actions/download-artifact@v5
152
152
with :
153
153
pattern : python-package-distributions-*
154
154
merge-multiple : true
You can’t perform that action at this time.
0 commit comments