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 }}