From 4d7fa1d3be5ad21bcbbde0368637985410f44337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 02:47:39 +0000 Subject: [PATCH] Update EndBug/add-and-commit action to v11 Generated by renovateBot --- .github/workflows/generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 4169f74e0..45691ff3b 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -67,7 +67,7 @@ jobs: pnpm --filter @livekit/protocol run generate:proto - name: Add changes - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0 + uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 with: add: '["livekit", "replay", "rpc", "infra", "packages/javascript/src/gen"]' default_author: github_actions