Skip to content

Commit 35cdd9b

Browse files
dependabot[bot]targos
authored andcommitted
meta: bump peter-evans/create-pull-request from 7.0.5 to 7.0.6
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@5e91468...67ccf78) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #56866 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 3d61604 commit 35cdd9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
if: env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
306306
run: |
307307
echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV"
308-
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
308+
- uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
309309
if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
310310
# Creates a PR or update the Action's existing PR, or
311311
# no-op if the base branch is already up-to-date.

.github/workflows/update-v8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cat temp-output
4646
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
4747
rm temp-output
48-
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
48+
- uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
4949
# Creates a PR or update the Action's existing PR, or
5050
# no-op if the base branch is already up-to-date.
5151
with:

0 commit comments

Comments
 (0)