diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5eee17d..786c69b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: sed -i'' -Ee "s/ghcommit-action:v(.*)/ghcommit-action:v${new_version}/" Dockerfile - name: Commit changes - uses: planetscale/ghcommit-action@f24050e41f8694750427d111b52f4ef9ca81a32d # v0.2.18 + uses: planetscale/ghcommit-action@343f41817a6a0f882f18bbc59fdd37f49452736f # v0.2.19 with: commit_message: "🤖 Bump version in Dockerfile" repo: ${{ github.repository }}