From 42d6917835d306e5f7e55924c98771df37bfa99f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:07:42 +0000 Subject: [PATCH] chore(deps): update apify/actions action to v1.4.0 --- .github/workflows/update_playwright_version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_playwright_version.yaml b/.github/workflows/update_playwright_version.yaml index 5773e35a05..bc4b9f2f41 100644 --- a/.github/workflows/update_playwright_version.yaml +++ b/.github/workflows/update_playwright_version.yaml @@ -60,7 +60,7 @@ jobs: - name: Commit and push changes id: commit-and-push if: steps.changes.outputs.has-changes == 'true' - uses: apify/actions/signed-commit@v1.3.0 + uses: apify/actions/signed-commit@v1.4.0 with: message: 'chore: update Playwright version in project template' github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}