From 8c98e2f69de0e1a4ea96e2eb7fc10ce94d7093de Mon Sep 17 00:00:00 2001 From: Shane Savoie Date: Thu, 18 Jun 2026 13:58:47 -0700 Subject: [PATCH] chore(ci): bump GitHub Actions to Node 24 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0d7731..31a392d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Update submodules run: git submodule update --init --recursive