From d2294f66c41f5c6c6fd8d9703c065265700e31cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:13:28 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/update-snap-revision.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-snap-revision.yaml b/.github/workflows/update-snap-revision.yaml index f96c6ee8..8ea0a7df 100644 --- a/.github/workflows/update-snap-revision.yaml +++ b/.github/workflows/update-snap-revision.yaml @@ -59,7 +59,7 @@ jobs: python3 .github/workflows/update-snap-revision.py ${{ matrix.arch }} - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 if: ${{ steps.update-revision.outputs.result != '' }} with: commit-message: '[Release ${{ env.TRACK }}] Update K8s ${{ env.TRACK }} revision to ${{ steps.update-revision.outputs.result }} on ${{ matrix.arch }}'