From 5f5e783f72ab295646752c2959ed2bd541e36584 Mon Sep 17 00:00:00 2001 From: DK Mendiratta Date: Mon, 7 Sep 2026 08:02:48 +0530 Subject: [PATCH] ci: use Node 24 first-party Actions to clear deprecation warnings --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba50e27..e51bdd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,13 +5,19 @@ on: branches: [main] pull_request: branches: [main] + workflow_dispatch: + +permissions: + contents: read jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v5 + with: + persist-credentials: false + - uses: actions/setup-python@v6 with: python-version: "3.11" - name: Install