From 0cad7fcd4dc52c439fc7c7a5983087c085c35a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:19:05 +0100 Subject: [PATCH] Bump peter-evans/create-pull-request from 5 to 6 (#32) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-check.yaml b/.github/workflows/update-check.yaml index c691062..d7b75b2 100644 --- a/.github/workflows/update-check.yaml +++ b/.github/workflows/update-check.yaml @@ -54,7 +54,7 @@ jobs: - if: steps.current.outputs.release != steps.latest_no_v.outputs.release name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: update terraform-ls to ${{ steps.latest.outputs.release }} delete-branch: true