From 7c9479e3f91d9e135c324b765c4dfebfe3d02341 Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:03:48 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20planetscale/ghco?= =?UTF-8?q?mmit-action=20(=20v0.1.42=20=E2=86=92=20v0.1.43=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | planetscale/ghcommit-action | v0.1.42 | v0.1.43 | --- .github/workflows/render-readme.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index 0c67762..24d387a 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -51,7 +51,7 @@ jobs: run: python ./.github/scripts/render-readme.py - name: Commit Changes - uses: planetscale/ghcommit-action@v0.1.42 + uses: planetscale/ghcommit-action@v0.1.43 with: commit_message: "chore: regenerate README.md [skip ci]" repo: ${{ github.repository }}