diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a6a26e7..9b4af01 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -107,7 +107,7 @@ jobs: - name: Commit changes if: ${{ github.event_name == 'push' }} # only commit changes if it's a push to branch not a PR - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: author_name: Ali Mosajjal author_email: mosajjal@gmail.com