From a6992a170928dbbb54bb31633e8bfd0794182e7d Mon Sep 17 00:00:00 2001 From: katsugtgz Date: Sat, 12 Sep 2026 10:39:20 +0700 Subject: [PATCH] ci: update checkout and setup-python in python workflow --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index e3ea46df..9febbb85 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -20,9 +20,9 @@ jobs: python-version: [3, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v7 - name: Install dependencies run: | pip install setuptools