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
@@ -38,10 +38,10 @@ jobs:
38
38
os : [ubuntu-latest, windows-latest]
39
39
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
43
43
- name : Download Package
44
- uses : actions/download-artifact@v4
44
+ uses : actions/download-artifact@v5
45
45
with :
46
46
name : Packages
47
47
path : dist
You can’t perform that action at this time.
0 commit comments