From c31d08787a5154f962c2ef68139c942aca83b94f Mon Sep 17 00:00:00 2001 From: Jonathan Gan Date: Sun, 9 Aug 2026 07:11:19 -0400 Subject: [PATCH] Run GitHub Actions on Node 24 --- .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 6eb1d2a..1cef9b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,11 +15,11 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: persist-credentials: false - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: # Matches the version used for local development. Node 20 is # deprecated on GitHub-hosted runners. @@ -82,7 +82,7 @@ jobs: contents: read steps: - if: github.event_name == 'pull_request' - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: persist-credentials: false - if: github.event_name == 'pull_request'