From b56bddd43d97673da917de4cc1098e232634fcd2 Mon Sep 17 00:00:00 2001 From: "felix-renovate[bot]" <143542247+felix-renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 22:06:48 +0000 Subject: [PATCH] chore(deps): update planetscale/ghcommit-action action to v0.2.15 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6e79550..de3ba58 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@2675e0864d08c642df6064d3eb71d71452aeeb29 # v0.2.14 + uses: planetscale/ghcommit-action@6a383e778f6620afde4bf4b45069d3c6983c1ae2 # v0.2.15 with: commit_message: "🤖 Bump version in Dockerfile" repo: ${{ github.repository }}