From ea3342617f4f4698528baebe515cdac17515a7f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 03:03:20 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v10 --- .github/workflows/pre_release.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre_release.yaml b/.github/workflows/pre_release.yaml index 426693fec..98a4265c3 100644 --- a/.github/workflows/pre_release.yaml +++ b/.github/workflows/pre_release.yaml @@ -87,7 +87,7 @@ jobs: - name: Commit changes id: commit - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: author_name: Apify Release Bot author_email: noreply@apify.com diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f1033dd75..e276fc12d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -120,7 +120,7 @@ jobs: - name: Commit changes id: commit - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: author_name: Apify Release Bot author_email: noreply@apify.com