diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index 7042243bf..3262dfec9 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -201,7 +201,7 @@ jobs: # If the target branch is another branch, the current branch is automatically merged into it - name: Push changes into the current branch if: ${{ github.ref_name != 'main' && !(startsWith(github.ref_name , 'release/')) }} - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: refresh ${{ github.event.inputs.notebook }} notebook" add_options: '-u' diff --git a/.github/workflows/update_licenses.yaml b/.github/workflows/update_licenses.yaml index 7611ecdf3..94642844a 100644 --- a/.github/workflows/update_licenses.yaml +++ b/.github/workflows/update_licenses.yaml @@ -74,7 +74,7 @@ jobs: # If the target branch is another branch, the current branch is automatically merged into it - name: Push changes into the current branch if: ${{ github.ref_name != 'main' && !(startsWith(github.ref_name , 'release/')) }} - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: update licenses for ${{ matrix.os }}" add_options: '-u'