From 0f43ff2fb9c72d3cb278fe4b3dbc52ee4e890e94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:49:13 +0000 Subject: [PATCH] Update GitHub Actions - updates --- .github/workflows/synchronise-pr-version-npm.yml | 2 +- .github/workflows/synchronise-pr-version-poetry.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/synchronise-pr-version-npm.yml b/.github/workflows/synchronise-pr-version-npm.yml index dfcfbdb..3ae8cff 100644 --- a/.github/workflows/synchronise-pr-version-npm.yml +++ b/.github/workflows/synchronise-pr-version-npm.yml @@ -99,7 +99,7 @@ jobs: with: app-id: ${{ secrets.bot-id }} private-key: ${{ secrets.bot-key }} - - uses: planetscale/ghcommit-action@v0.2.20 + - uses: planetscale/ghcommit-action@v0.2.22 with: commit_message: "Updating version to ${{ steps.update.outputs.new_version }}" repo: ${{ github.repository }} diff --git a/.github/workflows/synchronise-pr-version-poetry.yml b/.github/workflows/synchronise-pr-version-poetry.yml index 50f9eb7..de0e0e1 100644 --- a/.github/workflows/synchronise-pr-version-poetry.yml +++ b/.github/workflows/synchronise-pr-version-poetry.yml @@ -117,7 +117,7 @@ jobs: with: app-id: ${{ secrets.bot-id }} private-key: ${{ secrets.bot-key }} - - uses: planetscale/ghcommit-action@v0.2.20 + - uses: planetscale/ghcommit-action@v0.2.22 with: commit_message: "Updating version to ${{ steps.update.outputs.new_version }}" repo: ${{ github.repository }}