diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a79f3d3..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: @@ -71,8 +73,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 +214,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