File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
47
47
steps :
48
48
- name : Checkout repository
49
- uses : actions/checkout@v4
49
+ uses : actions/checkout@v5
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
ref : ${{ github.event.inputs.branch }}
22
22
Original file line number Diff line number Diff line change 16
16
publish_to_testpypi : ${{ steps.version_check.outputs.publish_to_testpypi }}
17
17
version : ${{ steps.version_check.outputs.version }}
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
21
21
- name : Set up Python
22
22
uses : actions/setup-python@v5
41
41
if : needs.prepare-and-check.outputs.publish_to_pypi == 'true' || needs.prepare-and-check.outputs.publish_to_testpypi == 'true'
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@v5
45
45
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v5
86
86
contents : write
87
87
88
88
steps :
89
- - uses : actions/checkout@v4
89
+ - uses : actions/checkout@v5
90
90
91
91
- name : Download distribution packages for release
92
92
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 25
25
fail-fast : [false]
26
26
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
- name : Set up Python ${{ matrix.python-version }}
30
30
uses : actions/setup-python@v5
31
31
with :
You can’t perform that action at this time.
0 commit comments