From e4ecc5b66e76468590f86f61ce4b62c09bb6cd7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 00:55:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout 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..70eb595 100644 --- a/.github/workflows/crawler.yml +++ b/.github/workflows/crawler.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python 3.10 uses: actions/setup-python@v5 with: