From 1d418d35ff3e1d6d02c787fc6fd8eb18f3159914 Mon Sep 17 00:00:00 2001 From: Xurshid Muhammadiyev Date: Wed, 22 Jul 2026 16:16:29 +0500 Subject: [PATCH] Update GitHub Actions to Node 24 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a17fb1b..5fe8d81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,10 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python 3.10 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10.11" cache: pip