From 6fbfbc8d9550fa319a0a42e2ba07fea8bb835b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:14:31 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 3.8.2 to 3.9.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.8.2 to 3.9.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.8.2...v3.9.1) Signed-off-by: dependabot[bot] --- .github/workflows/spec_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spec_update.yml b/.github/workflows/spec_update.yml index f28e2895..1b2a028e 100644 --- a/.github/workflows/spec_update.yml +++ b/.github/workflows/spec_update.yml @@ -54,7 +54,7 @@ jobs: pip install -r requirements.txt python generate_base_client.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.8.2 + uses: peter-evans/create-pull-request@v3.9.1 if: steps.git-diff-num.outputs.num-diff != 0 with: token: ${{ secrets.SPEC_UPDATE_TOKEN }}