From 3307c21482e171c6706df28408e9021b48487818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:03:19 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#1034) --- .github/workflows/update-release-notes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-release-notes.yaml b/.github/workflows/update-release-notes.yaml index 1d7a850c..33e0f556 100644 --- a/.github/workflows/update-release-notes.yaml +++ b/.github/workflows/update-release-notes.yaml @@ -24,7 +24,7 @@ jobs: sed -i "s/__VERSION__/$KURL_VERSION/g" ./content/release-notes/${KURL_VERSION}.md - name: Create Pull Request # creates a PR if there are differences - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 id: cpr with: token: ${{ secrets.GITHUB_TOKEN }}