From de9ed0f7955013d53d1ba7034751d23e32b6c067 Mon Sep 17 00:00:00 2001 From: "ssalinasmartin@gmail.com" Date: Fri, 7 Aug 2026 03:31:16 +0200 Subject: [PATCH] ci: bump actions/checkout and actions/setup-python to v7 Matches the version already used by the 3 core repos this session. Clears a Node.js-version deprecation warning GitHub surfaces on older action majors. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8c907e56..7004dadf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,8 +24,8 @@ jobs: matrix: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v7 + - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: pip