From e204aafc4973ec31329501c0a2a96bcb71e9bc64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:02:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/workflows/crawler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crawler.yml b/.github/workflows/crawler.yml index 16074e9..933412f 100644 --- a/.github/workflows/crawler.yml +++ b/.github/workflows/crawler.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Set up Python 3.10 - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.13.7' - name: Install dependencies