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 33
33
id-token : write
34
34
attestations : write
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
with :
38
38
fetch-depth : 0
39
39
submodules : true
65
65
DEPENDS : ${{ matrix.dependencies }}
66
66
67
67
steps :
68
- - uses : actions/checkout@v4
68
+ - uses : actions/checkout@v5
69
69
with :
70
70
submodules : true
71
71
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
steps :
117
117
- name : Download packages built by build-and-inspect-python-package
118
- uses : actions/download-artifact@v4
118
+ uses : actions/download-artifact@v5
119
119
with :
120
120
name : Packages
121
121
path : dist
Original file line number Diff line number Diff line change 29
29
check : ['style', 'spellcheck']
30
30
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- name : Set up Python
34
34
uses : actions/setup-python@v5
35
35
- name : Install tox
You can’t perform that action at this time.
0 commit comments