From 63319f8dcac7221a0f4aa772d11d36a5e949e1c2 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 14:34:32 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5d93420..bd94c94 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: # Update checkout version and add fetch-depth - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0