File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
egress-policy : audit
26
26
27
- - uses : actions/checkout@v4 # v3.5.3
27
+ - uses : actions/checkout@v5 # v3.5.3
28
28
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.1.0
29
29
with :
30
30
python-version : ' 3.x'
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-22.04
15
15
timeout-minutes : 30
16
16
steps :
17
- - uses : actions/checkout@v4 # v3.5.3
17
+ - uses : actions/checkout@v5 # v3.5.3
18
18
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.1.0
19
19
with :
20
20
python-version : ' 3.13'
Original file line number Diff line number Diff line change 26
26
with :
27
27
egress-policy : audit
28
28
29
- - uses : actions/checkout@v4 # v3.5.3
29
+ - uses : actions/checkout@v5 # v3.5.3
30
30
31
31
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.1.0
32
32
with :
Original file line number Diff line number Diff line change 27
27
with :
28
28
egress-policy : audit
29
29
30
- - uses : actions/checkout@v4 # v3.5.3
30
+ - uses : actions/checkout@v5 # v3.5.3
31
31
- name : Update spdx header
32
32
run : |
33
33
sed -i "s/[0-9]\{4\}/$(date +%Y)/" spdx_header.txt
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ inputs:
38
38
runs :
39
39
using : ' composite'
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
43
43
with :
44
44
python-version : ' 3.13'
You can’t perform that action at this time.
0 commit comments