From b8393d87f9c49d2f2adb0ae746301bdc0da479dd Mon Sep 17 00:00:00 2001 From: rblake2320 <73768949+rblake2320@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:07:45 -0500 Subject: [PATCH 1/2] upgrade CI actions to Node 24 runtime --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a79f3d3..4973abb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,8 +71,8 @@ jobs: --health-timeout 3s --health-retries 10 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: npm @@ -212,7 +212,7 @@ jobs: # master is demoted to a replica and reconciles. Per-fault RPO/RTO. Closes the Redis-HA gate for #10. - run: npm run test:partition - run: npm run test:pack - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: rblake2320/bpc-protocol ref: ad6516698f3bb85a3517577f647cf46901205fd1 From 2cb1b718b402389e0487b464999fc1b4159e5cdc Mon Sep 17 00:00:00 2001 From: rblake2320 <73768949+rblake2320@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:08:11 -0500 Subject: [PATCH 2/2] avoid duplicate feature branch CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4973abb..a4f375e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: push: + branches: + - master pull_request: permissions: