From 0c5cfb9cc9f0009c26db51ee0b3a90076109632b Mon Sep 17 00:00:00 2001 From: andrussal Date: Fri, 5 Dec 2025 13:17:32 +0100 Subject: [PATCH] Bump bundle version for rebuilt pol-dev-mode binaries --- .github/workflows/build-binaries.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index e9e1c7d..61aa858 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -6,7 +6,7 @@ on: env: CARGO_TERM_COLOR: always NOMOS_NODE_REV: 2f60a0372c228968c3526c341ebc7e58bbd178dd - NOMOS_BUNDLE_VERSION: v2 + NOMOS_BUNDLE_VERSION: v3 jobs: build_nomos_binaries: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6298c38..b5fb393 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ on: env: CARGO_TERM_COLOR: always NOMOS_NODE_REV: 2f60a0372c228968c3526c341ebc7e58bbd178dd - NOMOS_BUNDLE_VERSION: v2 + NOMOS_BUNDLE_VERSION: v3 permissions: actions: read contents: read