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 10
10
package :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- name : Build and Check Package
15
15
16
16
27
27
contents : write # For release.
28
28
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
32
32
- name : Download Package
33
33
uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 16
16
package :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Build and Check Package
21
21
22
22
41
41
os : ubuntu-latest
42
42
43
43
steps :
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@v5
45
45
46
46
- name : Set up Python ${{ matrix.python-version }}
47
47
You can’t perform that action at this time.
0 commit comments