diff --git a/.github/workflows/pre_release.yaml b/.github/workflows/pre_release.yaml index 426693fec..98a4265c3 100644 --- a/.github/workflows/pre_release.yaml +++ b/.github/workflows/pre_release.yaml @@ -87,7 +87,7 @@ jobs: - name: Commit changes id: commit - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: author_name: Apify Release Bot author_email: noreply@apify.com diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f1033dd75..e276fc12d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -120,7 +120,7 @@ jobs: - name: Commit changes id: commit - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: author_name: Apify Release Bot author_email: noreply@apify.com