diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index b1d69347e..1410c917e 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -208,7 +208,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@e348103e9026cc0eee72ae06630dbe30c8bf7a79 #v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 #v5.2.0 with: commit_message: "chore: refresh ${{ github.event.inputs.notebook }} notebook" add_options: '-u' diff --git a/.github/workflows/run_one_use_cases_example.yaml b/.github/workflows/run_one_use_cases_example.yaml index 1023c9ece..271119e25 100644 --- a/.github/workflows/run_one_use_cases_example.yaml +++ b/.github/workflows/run_one_use_cases_example.yaml @@ -138,7 +138,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.event.inputs.push_changes == 'true' && github.ref_name != 'main' && !(startsWith(github.ref_name , 'release/')) }} - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 #v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 #v5.2.0 with: commit_message: "chore: refresh notebook(s) for use case ${{ github.event.inputs.use_case }}" add_options: '-u' diff --git a/.github/workflows/update_licenses.yaml b/.github/workflows/update_licenses.yaml index 77a762c28..a60835ec8 100644 --- a/.github/workflows/update_licenses.yaml +++ b/.github/workflows/update_licenses.yaml @@ -145,7 +145,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@e348103e9026cc0eee72ae06630dbe30c8bf7a79 #v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 #v5.2.0 with: commit_message: "chore: update licenses" add_options: '-u'