|
@@ -21,10 +21,10 @@ jobs:
|
|
env:
|
|
env:
|
|
SPHINX_GITHUB_CHANGELOG_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
SPHINX_GITHUB_CHANGELOG_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v3
|
|
|
|
|
|
+ - uses: actions/checkout@v4
|
|
if: inputs.commit == ''
|
|
if: inputs.commit == ''
|
|
|
|
|
|
- - uses: actions/checkout@v3
|
|
|
|
|
|
+ - uses: actions/checkout@v4
|
|
if: inputs.commit != ''
|
|
if: inputs.commit != ''
|
|
with:
|
|
with:
|
|
ref: ${{ inputs.commit }}
|
|
ref: ${{ inputs.commit }}
|