File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
name : Update changelog
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
ref : main
15
15
- uses : rhysd/changelog-from-release/action@v3
Original file line number Diff line number Diff line change 17
17
attestations : write
18
18
id-token : write
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0
23
23
persist-credentials : false
Original file line number Diff line number Diff line change 14
14
python-version : ["3.11", "3.12", "3.13"]
15
15
fail-fast : false
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : Set up Python ${{ matrix.python-version }}
19
19
uses : actions/setup-python@v5
20
20
with :
You can’t perform that action at this time.
0 commit comments