Bump GH actions for generate-docs job

This commit is contained in:
Benjamin Bannier 2024-10-15 10:45:18 +02:00
parent 34490edae0
commit 5110af3c13

View file

@ -24,12 +24,12 @@ jobs:
# event, so we only need to authenticate in that case. Use
# unauthenticated access otherwise so this action can e.g., also run from
# clones.
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: github.event_name == 'schedule'
with:
submodules: "recursive"
token: ${{ secrets.ZEEK_BOT_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: github.event_name != 'schedule'
with:
submodules: "recursive"
@ -131,7 +131,7 @@ jobs:
# Only send notifications for scheduled runs. Runs from pull requests
# show failures in the GitHub UI.
if: failure() && github.event_name == 'schedule'
uses: dawidd6/action-send-mail@v3.7.0
uses: dawidd6/action-send-mail@v3.12.0
with:
server_address: ${{secrets.SMTP_HOST}}
server_port: ${{secrets.SMTP_PORT}}