From e6b6ff1f747b8038e9d35175ebfd803330a00fcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:17:57 +0000 Subject: [PATCH] chore(deps): update apify/setup-apify-cli-action action to v1.1.0 --- .github/workflows/on_schedule_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_schedule_tests.yaml b/.github/workflows/on_schedule_tests.yaml index 4851defec9..f9c16bce69 100644 --- a/.github/workflows/on_schedule_tests.yaml +++ b/.github/workflows/on_schedule_tests.yaml @@ -43,7 +43,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install Apify CLI - uses: apify/setup-apify-cli-action@v1.0.0 + uses: apify/setup-apify-cli-action@v1.1.0 with: token: ${{ secrets.APIFY_TEST_USER_API_TOKEN }}