File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
env :
12
12
SPHINX_GITHUB_CHANGELOG_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- uses : actions/setup-python@v5
17
17
with :
Original file line number Diff line number Diff line change 12
12
env :
13
13
SPHINX_GITHUB_CHANGELOG_TOKEN : ${{ secrets.GITHUB_TOKEN }}
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- uses : actions/setup-python@v5
18
18
with :
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
env :
22
22
SPHINX_GITHUB_CHANGELOG_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
if : inputs.commit == ''
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
if : inputs.commit != ''
29
29
with :
30
30
ref : ${{ inputs.commit }}
You can’t perform that action at this time.
0 commit comments