From 153751d40ccd228fab285ff611c87c69f76fa9aa Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Sat, 15 Aug 2026 13:18:30 +0200 Subject: [PATCH] CI: upgrade Python setup action to version 7 try to silence deprecation warning (Node.js 20) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63e5e3c2..77c85ec2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }}