diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a5c4543..2964cc3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: run: git pull --autostash --rebase - name: Commit changes - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: author_name: GitHub Actions author_email: github@webhippie.de diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4338c81..87b3ab3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: run: git pull --autostash --rebase - name: Commit changes - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: author_name: GitHub Actions author_email: github@webhippie.de