From a649e9dddd92d77347928320b5233b43e46a4e56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:57:36 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/build_and_deploy_docs.yaml | 2 +- .github/workflows/templates_e2e_tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy_docs.yaml b/.github/workflows/build_and_deploy_docs.yaml index 3d74ba874d..81e8f7053a 100644 --- a/.github/workflows/build_and_deploy_docs.yaml +++ b/.github/workflows/build_and_deploy_docs.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }} ref: ${{ github.event_name == 'workflow_call' && inputs.ref || github.ref }} diff --git a/.github/workflows/templates_e2e_tests.yaml b/.github/workflows/templates_e2e_tests.yaml index 414cfab65c..d524b6def0 100644 --- a/.github/workflows/templates_e2e_tests.yaml +++ b/.github/workflows/templates_e2e_tests.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup node uses: actions/setup-node@v6