diff --git a/.github/workflows/crawler.yml b/.github/workflows/crawler.yml index ce3c10b..8b470f6 100644 --- a/.github/workflows/crawler.yml +++ b/.github/workflows/crawler.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python 3.10 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13.7' - name: Install dependencies