File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
SETUPTOOLS_SCM_PRETEND_VERSION : ${{ github.event.inputs.version }}
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
25
25
- name : Build and Check Package
26
26
@@ -37,10 +37,10 @@ jobs:
37
37
contents : write # For tag and release notes.
38
38
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
42
42
- name : Download Package
43
- uses : actions/download-artifact@v4
43
+ uses : actions/download-artifact@v5
44
44
with :
45
45
name : Packages
46
46
path : dist
Original file line number Diff line number Diff line change 21
21
id-token : write
22
22
attestations : write
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Build and Check Package
26
26
27
27
with :
@@ -52,10 +52,10 @@ jobs:
52
52
tox_env : " norewrite"
53
53
54
54
steps :
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v5
56
56
57
57
- name : Download Package
58
- uses : actions/download-artifact@v4
58
+ uses : actions/download-artifact@v5
59
59
with :
60
60
name : Packages
61
61
path : dist
You can’t perform that action at this time.
0 commit comments