From 3bb8863874fbad7e27d029472347a589c3d2eb87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:49:45 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bump_templates.yaml | 2 +- .github/workflows/spdx_license_bot.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump_templates.yaml b/.github/workflows/bump_templates.yaml index b88957da..239b28cf 100644 --- a/.github/workflows/bump_templates.yaml +++ b/.github/workflows/bump_templates.yaml @@ -26,7 +26,7 @@ jobs: git config user.email vgvbot@users.noreply.github.com - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.3 with: base: main branch: feat/bump-template-bundles diff --git a/.github/workflows/spdx_license_bot.yaml b/.github/workflows/spdx_license_bot.yaml index 7a2c81c0..694bf895 100644 --- a/.github/workflows/spdx_license_bot.yaml +++ b/.github/workflows/spdx_license_bot.yaml @@ -51,7 +51,7 @@ jobs: - name: 📝 Create Pull Request if: ${{ env.did_change == 'true' }} - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.3 with: base: main branch: chore/update-spdx-license