From 386913de09e07c08e3cb68d78a2940c4a9191eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 04:47:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 9b0d1b2f..02e67a4c 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@v4 + uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/build_and_deploy_docs.yaml b/.github/workflows/build_and_deploy_docs.yaml index 4feec692..d4b0fdca 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@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}