From 14f25fc3be099b7989a91de00d8ecca6eb9082e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 06:18:26 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.8.2 to 3.10.0. - [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.10.0) 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..5266eb69 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.10.0 if: steps.git-diff-num.outputs.num-diff != 0 with: token: ${{ secrets.SPEC_UPDATE_TOKEN }}