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