mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Bump GH actions for generate-docs job
This commit is contained in:
parent
34490edae0
commit
5110af3c13
1 changed files with 3 additions and 3 deletions
6
.github/workflows/generate-docs.yml
vendored
6
.github/workflows/generate-docs.yml
vendored
|
@ -24,12 +24,12 @@ jobs:
|
||||||
# event, so we only need to authenticate in that case. Use
|
# event, so we only need to authenticate in that case. Use
|
||||||
# unauthenticated access otherwise so this action can e.g., also run from
|
# unauthenticated access otherwise so this action can e.g., also run from
|
||||||
# clones.
|
# clones.
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
with:
|
with:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
token: ${{ secrets.ZEEK_BOT_TOKEN }}
|
token: ${{ secrets.ZEEK_BOT_TOKEN }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
if: github.event_name != 'schedule'
|
if: github.event_name != 'schedule'
|
||||||
with:
|
with:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
|
@ -131,7 +131,7 @@ jobs:
|
||||||
# Only send notifications for scheduled runs. Runs from pull requests
|
# Only send notifications for scheduled runs. Runs from pull requests
|
||||||
# show failures in the GitHub UI.
|
# show failures in the GitHub UI.
|
||||||
if: failure() && github.event_name == 'schedule'
|
if: failure() && github.event_name == 'schedule'
|
||||||
uses: dawidd6/action-send-mail@v3.7.0
|
uses: dawidd6/action-send-mail@v3.12.0
|
||||||
with:
|
with:
|
||||||
server_address: ${{secrets.SMTP_HOST}}
|
server_address: ${{secrets.SMTP_HOST}}
|
||||||
server_port: ${{secrets.SMTP_PORT}}
|
server_port: ${{secrets.SMTP_PORT}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue