From fc0e45c64904f22d3f543249548189f791a0c4dc Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Mon, 16 Sep 2024 12:36:43 +0200 Subject: [PATCH] update auto commit action to v5 in CreateAndTestRelease workflow --- .github/workflows/CreateAndTestRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CreateAndTestRelease.yml b/.github/workflows/CreateAndTestRelease.yml index d3c030a..14f4768 100644 --- a/.github/workflows/CreateAndTestRelease.yml +++ b/.github/workflows/CreateAndTestRelease.yml @@ -21,7 +21,7 @@ jobs: run: | echo ${{ github.event.inputs.version }} | tr -d '\n'> PYML_VERSION - name: Commit change - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Set PyMeshLab version to ${{ github.event.inputs.version }}