diff --git a/.github/workflows/update-manifest.yml b/.github/workflows/update-manifest.yml index b648d9f4..9a88c17f 100644 --- a/.github/workflows/update-manifest.yml +++ b/.github/workflows/update-manifest.yml @@ -99,7 +99,7 @@ jobs: # Commit changes to the manifest - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update manifest ${{ steps.get-date.outputs.date }}.${{ github.run_number }}" commit_user_name: ${{ secrets.COMMIT_NAME }} diff --git a/.github/workflows/update-module.yml b/.github/workflows/update-module.yml index d15b8af1..8170eae9 100644 --- a/.github/workflows/update-module.yml +++ b/.github/workflows/update-module.yml @@ -98,7 +98,7 @@ jobs: - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update module ${{steps.update-version.outputs.newversion}}" commit_user_name: ${{ secrets.COMMIT_NAME }} diff --git a/.github/workflows/validate-module.yml b/.github/workflows/validate-module.yml index a7e923d4..50c39cb3 100644 --- a/.github/workflows/validate-module.yml +++ b/.github/workflows/validate-module.yml @@ -137,7 +137,7 @@ jobs: - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update module version" commit_user_name: ${{ secrets.COMMIT_NAME }}