From 78b55ef68930632ed0fb79d79ba78e7b909918f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:44:27 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/153407881ec5c347639a548ade7d8ad1d6740e38...b1ddad2c994a25fbc81a28b3ec0e368bb2021c50) --- 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/lint_random_files.yml | 2 +- .github/workflows/markdown_equations.yml | 2 +- .github/workflows/markdown_pkg_urls.yml | 2 +- .github/workflows/markdown_related_packages.yml | 2 +- .github/workflows/markdown_tocs.yml | 2 +- .github/workflows/namespace_declarations.yml | 2 +- .github/workflows/namespace_exports.yml | 2 +- .github/workflows/scaffold_pkg_via_issue_comment.yml | 2 +- .github/workflows/update_cli_permissions.yml | 2 +- .github/workflows/update_contributors.yml | 2 +- .github/workflows/update_error_databases.yml | 2 +- .github/workflows/update_package_meta_data.yml | 2 +- .github/workflows/update_repl_docs.yml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 302d060bc982..a9682a2cb236 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -414,7 +414,7 @@ jobs: if: ${{ github.event.inputs.fix == 'true' }} && ( success() || failure() ) id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'Fix lint errors' add-paths: ${{ steps.random-files.outputs.files }} diff --git a/.github/workflows/markdown_equations.yml b/.github/workflows/markdown_equations.yml index faebe43eac3b..4625cb9d1a08 100644 --- a/.github/workflows/markdown_equations.yml +++ b/.github/workflows/markdown_equations.yml @@ -152,7 +152,7 @@ jobs: id: cpr if: steps.svg-equations.outputs.changed == 'true' || steps.equation-elements.outputs.changed == 'true' # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'docs: update Markdown equation elements' body: | diff --git a/.github/workflows/markdown_pkg_urls.yml b/.github/workflows/markdown_pkg_urls.yml index 2f66cf247139..421e9842e352 100644 --- a/.github/workflows/markdown_pkg_urls.yml +++ b/.github/workflows/markdown_pkg_urls.yml @@ -133,7 +133,7 @@ jobs: id: cpr if: steps.update-markdown-pkg-urls.outputs.changed == 'true' # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'docs: update Markdown stdlib package URLs' body: | diff --git a/.github/workflows/markdown_related_packages.yml b/.github/workflows/markdown_related_packages.yml index 68d80ed2fba3..5b6e7b15cadf 100644 --- a/.github/workflows/markdown_related_packages.yml +++ b/.github/workflows/markdown_related_packages.yml @@ -145,7 +145,7 @@ jobs: id: cpr if: steps.update-related-packages.outputs.changed == 'true' # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'docs: update related packages sections' body: | diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index ba003b566216..894f41ec138c 100644 --- a/.github/workflows/markdown_tocs.yml +++ b/.github/workflows/markdown_tocs.yml @@ -120,7 +120,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'docs: update namespace table of contents' body: | diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index 8b82983a2544..a55a934ad75f 100644 --- a/.github/workflows/namespace_declarations.yml +++ b/.github/workflows/namespace_declarations.yml @@ -109,7 +109,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'Update namespace TypeScript declarations' body: | diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index 9711f4a997e8..db46061a5c19 100644 --- a/.github/workflows/namespace_exports.yml +++ b/.github/workflows/namespace_exports.yml @@ -131,7 +131,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'Update namespace exports' body: | diff --git a/.github/workflows/scaffold_pkg_via_issue_comment.yml b/.github/workflows/scaffold_pkg_via_issue_comment.yml index ace09c2c6445..43f768f17e9a 100644 --- a/.github/workflows/scaffold_pkg_via_issue_comment.yml +++ b/.github/workflows/scaffold_pkg_via_issue_comment.yml @@ -68,7 +68,7 @@ jobs: - name: 'Create pull request' if: ${{ contains(github.event.comment.body, 'scaffold') }} # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: token: ${{ secrets.PULL_REQUEST_TOKEN }} commit-message: 'feat: add `${{ steps.scaffold.outputs.alias }}`' diff --git a/.github/workflows/update_cli_permissions.yml b/.github/workflows/update_cli_permissions.yml index 743194f4f76e..3b83fe9e6fe2 100644 --- a/.github/workflows/update_cli_permissions.yml +++ b/.github/workflows/update_cli_permissions.yml @@ -91,7 +91,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'fix: make CLI scripts executable' commit-message: 'fix: make CLI scripts executable' diff --git a/.github/workflows/update_contributors.yml b/.github/workflows/update_contributors.yml index d38353c13dd9..eea69ed20baa 100644 --- a/.github/workflows/update_contributors.yml +++ b/.github/workflows/update_contributors.yml @@ -93,7 +93,7 @@ jobs: - name: 'Create pull request' if: steps.update-contributors.outputs.changed == 'true' # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 id: cpr with: title: 'Update list of contributors' diff --git a/.github/workflows/update_error_databases.yml b/.github/workflows/update_error_databases.yml index 3b323003704a..0f69f7e81f63 100644 --- a/.github/workflows/update_error_databases.yml +++ b/.github/workflows/update_error_databases.yml @@ -137,7 +137,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'feat: update error databases' body-path: /tmp/body.md diff --git a/.github/workflows/update_package_meta_data.yml b/.github/workflows/update_package_meta_data.yml index 39848c9c758e..2823a6c8d725 100644 --- a/.github/workflows/update_package_meta_data.yml +++ b/.github/workflows/update_package_meta_data.yml @@ -97,7 +97,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'Update package meta data' body: | diff --git a/.github/workflows/update_repl_docs.yml b/.github/workflows/update_repl_docs.yml index 3315e23f10c3..f70ad86f9799 100644 --- a/.github/workflows/update_repl_docs.yml +++ b/.github/workflows/update_repl_docs.yml @@ -109,7 +109,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: title: 'Update REPL namespace' body: |