From 30c6bfd25875160c3010d51be13404b2fe0fd0cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:17:55 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 5.0.2 to 6.1.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.1.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/153407881ec5c347639a548ade7d8ad1d6740e38...c5a7806660adbe173f04e3e038b0ccdcd758773c) --- 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-bundle-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-bundle-report.yml b/.github/workflows/update-bundle-report.yml index a14a3a23..a34e8b08 100644 --- a/.github/workflows/update-bundle-report.yml +++ b/.github/workflows/update-bundle-report.yml @@ -35,7 +35,7 @@ jobs: make test-js - name: PR if files were updated - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: commit-message: Update JS Bundle and example reports title: 'Updates JS Bundle and example reports'