From a5dc877ca2b313178a2d67fd7c0f7599d6f7c2bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:16:22 -0400 Subject: [PATCH] chore(deps): update github-actions (major) (#30845) chore(deps): update github-actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/fix-format.yml | 2 +- .github/workflows/prepare-release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fix-format.yml b/.github/workflows/fix-format.yml index 2638c31fca..5b35793116 100644 --- a/.github/workflows/fix-format.yml +++ b/.github/workflows/fix-format.yml @@ -38,7 +38,7 @@ jobs: run: pnpm --recursive install && pnpm run --recursive --if-present --parallel format:fix - name: Commit and push - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0 + uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 with: default_author: github_actions message: 'chore: fix formatting' diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index abc84c7cdb..22a0d2494c 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -70,7 +70,7 @@ jobs: # TODO move to mise - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 - name: Bump version env: @@ -88,7 +88,7 @@ jobs: - name: Commit and tag id: push-tag - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0 + uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 with: default_author: github_actions message: 'chore: version ${{ steps.output.outputs.version }}'