From 55f32a6e0a6d1fc7149cafbf499fdbea72bc10eb Mon Sep 17 00:00:00 2001 From: Ashok Gelal Date: Wed, 6 May 2026 12:40:59 -0400 Subject: [PATCH] Use Node 24-compatible GitHub actions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36a1911..4c0528d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,10 +17,10 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22