From b051df3d0af0db80d6f8f6f262511a7b1fa78075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 04:33:33 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/crawler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crawler.yml b/.github/workflows/crawler.yml index 16074e9..8df3cfa 100644 --- a/.github/workflows/crawler.yml +++ b/.github/workflows/crawler.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 - name: Set up Python 3.10 - uses: actions/setup-python@v5 + uses: actions/setup-python@v5.6.0 with: python-version: '3.13.7' - name: Install dependencies