From 1dce5f087784c1469538cb833e85d4113d96cbf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:31:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/_async_docstrings_check.yaml | 2 +- .github/workflows/build_and_deploy_docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_async_docstrings_check.yaml b/.github/workflows/_async_docstrings_check.yaml index f7324775..d9e4bb1a 100644 --- a/.github/workflows/_async_docstrings_check.yaml +++ b/.github/workflows/_async_docstrings_check.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/build_and_deploy_docs.yaml b/.github/workflows/build_and_deploy_docs.yaml index d79bb7b2..44186770 100644 --- a/.github/workflows/build_and_deploy_docs.yaml +++ b/.github/workflows/build_and_deploy_docs.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}