From ccf651202018d4bca9a32be2a483b543e749388c Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Fri, 13 Mar 2026 07:53:48 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/verify-pull-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify-pull-request.yml b/.github/workflows/verify-pull-request.yml index 744b5c9..090d1e1 100644 --- a/.github/workflows/verify-pull-request.yml +++ b/.github/workflows/verify-pull-request.yml @@ -10,7 +10,7 @@ jobs: cpp-compiler: ["clang", "gcc"] options: ["-c opt", ""] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: bazel-contrib/setup-bazel@0.8.5 with: bazelisk-cache: true @@ -22,7 +22,7 @@ jobs: name: "Check Python formatting" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: psf/black@stable with: options: "--check --verbose" @@ -31,7 +31,7 @@ jobs: name: "Check build.json" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: bazel-contrib/setup-bazel@0.8.5 with: bazelisk-cache: true