diff --git a/.github/workflows/submodules-update.yml b/.github/workflows/submodules-update.yml index b445d4479..7b8aaf301 100644 --- a/.github/workflows/submodules-update.yml +++ b/.github/workflows/submodules-update.yml @@ -39,7 +39,7 @@ jobs: - run: make - name: Update renovate branch if: github.ref != 'refs/heads/main' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'chore: Updates from submodules' - name: Create Pull Request diff --git a/.github/workflows/update-generated.yml b/.github/workflows/update-generated.yml index f7e8ce13b..4788a70a2 100644 --- a/.github/workflows/update-generated.yml +++ b/.github/workflows/update-generated.yml @@ -39,7 +39,7 @@ jobs: - run: make - name: Update renovate branch if: github.ref != 'refs/heads/main' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'chore: Updates generated files' - name: Create Pull Request