diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1e693dfd..679fd2a5 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -78,7 +78,7 @@ jobs: shell: Rscript {0} - name: Commit changes of tex file version and html in docs folder to repo - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'update tex file version and html in docs' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20c7b668..f0998504 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: # Commit tex and html changes - name: Commit changes of tex file version and html in docs folder to repo - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'update tex file version and html in docs' diff --git a/.github/workflows/release_bug_fix.yml b/.github/workflows/release_bug_fix.yml index 291fedea..795b5046 100644 --- a/.github/workflows/release_bug_fix.yml +++ b/.github/workflows/release_bug_fix.yml @@ -104,7 +104,7 @@ jobs: # Commit tex and html changes - name: Commit changes of tex file version and html in docs folder to repo - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'update tex file version and html in docs' diff --git a/.github/workflows/update-release-with-small-changes.yml b/.github/workflows/update-release-with-small-changes.yml index 4984b1f3..0354717b 100644 --- a/.github/workflows/update-release-with-small-changes.yml +++ b/.github/workflows/update-release-with-small-changes.yml @@ -66,7 +66,7 @@ jobs: # Commit tex and html changes - name: Commit changes of tex file version and html in docs folder to repo - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'update html in docs with recent changes'