This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 94053a62b576b66e9ae4eeb97c5bc5940446cc32 Author: Dan Haywood <[email protected]> AuthorDate: Thu Apr 9 11:38:07 2026 +0100 updates github action BASELINE --- .github/workflows/ci-build-site-no-push.yml~disabled | 2 +- .github/workflows/ci-v3-verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build-site-no-push.yml~disabled b/.github/workflows/ci-build-site-no-push.yml~disabled index f3b8b87120b..dd8aeb4cf70 100644 --- a/.github/workflows/ci-build-site-no-push.yml~disabled +++ b/.github/workflows/ci-build-site-no-push.yml~disabled @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest env: # to be shared among all steps of this job - BASELINE: 3.5.0-SNAPSHOT + BASELINE: 3.7.0-SNAPSHOT PROJECT_ROOT_PATH: ${{ github.workspace }} CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci ANTORA_PLAYBOOKS_PATH: ${{ github.workspace }}/antora/playbooks diff --git a/.github/workflows/ci-v3-verify.yml b/.github/workflows/ci-v3-verify.yml index 723aebb68a2..800b54b0a55 100644 --- a/.github/workflows/ci-v3-verify.yml +++ b/.github/workflows/ci-v3-verify.yml @@ -1,4 +1,4 @@ -name: Build, Test (3.6.0-SNAPSHOT) +name: Build, Test (3.7.0-SNAPSHOT) on: push:
