From 18d1488a427b4d143cc901e8929a71a750dbdbd2 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Mon, 22 Jan 2024 14:20:12 -0800 Subject: [PATCH] Build from Zeek v6.0.3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4763da2..550ac84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v3 with: repository: zeek/zeek - ref: v6.0.2 + ref: v6.0.3 fetch-depth: 1 submodules: recursive path: zeek-src