From fedeabaa12699f1f41f2a7abd44da5978088b4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:18:21 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 5 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-images.yml b/.github/workflows/update-images.yml index 272e1d9fd6..ec1d1744c2 100644 --- a/.github/workflows/update-images.yml +++ b/.github/workflows/update-images.yml @@ -38,7 +38,7 @@ jobs: run: | ./build-scripts/update-images.sh ${{ matrix.channel }} build-scripts/images.txt - name: Create pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: commit-message: update list of images used by ${{ matrix.channel }} title: "[${{ matrix.channel }}] Update MicroK8s images"