From 2a93c0bc62ef93216e7496bc518fec305e1d1798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:19:46 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 3.12.1 to 6.0.5 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.12.1 to 6.0.5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.12.1...v6.0.5) --- 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_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_image.yml b/.github/workflows/update_image.yml index 121944a..1ea4fdc 100644 --- a/.github/workflows/update_image.yml +++ b/.github/workflows/update_image.yml @@ -45,7 +45,7 @@ jobs: # The action will do nothing if VERSIONS.txt wasn't changed by the previous step # See https://github.com/marketplace/actions/create-pull-request - name: Create PR for updated versions file - uses: peter-evans/create-pull-request@v3.12.1 + uses: peter-evans/create-pull-request@v6.0.5 with: add-paths: VERSIONS.txt branch: update-${{ steps.update.outputs.last_revision }}