Skip to content

Commit

Permalink
update auto commit action to v5 in CreateAndTestRelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Sep 16, 2024
1 parent 2a5c91f commit fc0e45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CreateAndTestRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit fc0e45c

Please sign in to comment.