diff --git a/.github/workflows/publish-to-npm.yml b/.github/workflows/publish-to-npm.yml index 33b51de4da1b..e97450f866bf 100644 --- a/.github/workflows/publish-to-npm.yml +++ b/.github/workflows/publish-to-npm.yml @@ -81,7 +81,7 @@ jobs: - name: Commit changes if: inputs.dist-tag == 'next' - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 id: commit with: author_name: Apify Release Bot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 446ffa5f849f..8c26f30d5aad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -162,7 +162,7 @@ jobs: - name: Commit changes id: commit - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: author_name: Apify Release Bot author_email: noreply@apify.com @@ -240,7 +240,7 @@ jobs: yarn docusaurus api:version $MAJOR_MINOR - name: Commit and push the version snapshot - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: author_name: Apify Release Bot author_email: noreply@apify.com