diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index a09e5581..c6b5cae7 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -53,7 +53,7 @@ jobs: working-directory: ${{ github.event.repository.name }} - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: repository: ${{ github.event.repository.name }} commit_message: Increment addon.xml version to ${{ steps.required-variables.outputs.version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5511236a..435300b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: working-directory: ./ - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Automated repo update ${{ github.ref_name }} add_options: '--all' diff --git a/.github/workflows/sync-addon-metadata-translations.yml b/.github/workflows/sync-addon-metadata-translations.yml index 3fae8a94..41740fa6 100644 --- a/.github/workflows/sync-addon-metadata-translations.yml +++ b/.github/workflows/sync-addon-metadata-translations.yml @@ -47,7 +47,7 @@ jobs: working-directory: ./project/script.service.hue - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: repository: project commit_message: Sync of addon metadata translations triggered by ${{ github.sha }}