From 95d05b1f7b29ebc488e4d61951fdd74e0ce3b92e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:44:38 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v3 --- .github/workflows/update-istio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-istio.yaml b/.github/workflows/update-istio.yaml index 347e0e3..a97ec0f 100644 --- a/.github/workflows/update-istio.yaml +++ b/.github/workflows/update-istio.yaml @@ -49,7 +49,7 @@ jobs: fi - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v2" + uses: peter-evans/create-pull-request@v3 if: "steps.check.outputs.version" with: commit-message: "feat: update Istio to ${{ steps.check.outputs.version }}"