From 67c5c2dac52e054248b6b43fbdf79d679c70f0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:50:27 +0700 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 (#349) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-compat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-compat.yaml b/.github/workflows/update-compat.yaml index 7c4883e0..0cf245d4 100644 --- a/.github/workflows/update-compat.yaml +++ b/.github/workflows/update-compat.yaml @@ -28,7 +28,7 @@ jobs: # TODO - consider direct committing this once we have confidence - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.5 with: title: "Compat Data: Update compatibility data" commit-message: "compat: Update to latest compatibility data"