From 39b2bbcd1b6cf9a54beffde51c78ba2222a07f6e Mon Sep 17 00:00:00 2001 From: Amar Akram <263758252+amarakramali@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:35:23 +0200 Subject: [PATCH] Upgrade 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 eb80a27..d42edfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,10 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: pip