mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/bbannier/fix-docs-ci-again'
* origin/topic/bbannier/fix-docs-ci-again:
Fix installation of Python packages in generate docs CI job again
(cherry picked from commit c28442a9a1
)
This commit is contained in:
parent
7a73f81792
commit
9eb3ada8c8
3 changed files with 11 additions and 2 deletions
2
.github/workflows/generate-docs.yml
vendored
2
.github/workflows/generate-docs.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
permissions:
|
||||
contents: write # for Git to git push
|
||||
if: github.repository == 'zeek/zeek'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
# We only perform a push if the action was triggered via a schedule
|
||||
|
|
9
CHANGES
9
CHANGES
|
@ -1,3 +1,12 @@
|
|||
7.0.3-1 | 2024-10-18 17:15:02 -0700
|
||||
|
||||
* Merge remote-tracking branch 'origin/topic/bbannier/fix-docs-ci-again' (Christian Kreibich, Corelight)
|
||||
|
||||
* origin/topic/bbannier/fix-docs-ci-again:
|
||||
Fix installation of Python packages in generate docs CI job again
|
||||
|
||||
(cherry picked from commit c28442a9a178b735e3fe1b5f5938f922a5aa7a66)
|
||||
|
||||
7.0.3 | 2024-10-04 15:42:14 -0700
|
||||
|
||||
* Update CHANGES, VERSION, and NEWS for 7.0.3 release (Christian Kreibich, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.0.3
|
||||
7.0.3-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue