diff --git a/.github/workflows/update_apis.yml b/.github/workflows/update_apis.yml index 2e2fd1051..d9bf70cd5 100644 --- a/.github/workflows/update_apis.yml +++ b/.github/workflows/update_apis.yml @@ -28,7 +28,7 @@ jobs: julia -e 'using Pkg; Pkg.add(name="JuliaFormatter", version="1.0.34")' julia -e 'using JuliaFormatter; format(".", BlueStyle(); verbose=true)' - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v7 with: commit-message: AWS API Definitions Updated reviewers: mattBrzezinski