From 38ed22c23518c592f73a6cbb5dcb992ed66a85dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 06:58:16 -0500 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 (#146) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 }}'