From b18460f3d2ee87aaf3d771193da74b5c1e52eedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:18:07 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.5 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/6d6857d36972b65feb161a90e484f2984215f83e...c5a7806660adbe173f04e3e038b0ccdcd758773c) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-docs-cli.yml | 2 +- .github/workflows/update-docs-dbschema.yml | 2 +- .github/workflows/update-docs-helm.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-docs-cli.yml b/.github/workflows/update-docs-cli.yml index 10dd7a81d8..918d9a5b89 100644 --- a/.github/workflows/update-docs-cli.yml +++ b/.github/workflows/update-docs-cli.yml @@ -31,7 +31,7 @@ jobs: echo "commit_date=$COMMIT_DATE" >> $GITHUB_OUTPUT echo "commit_author=$COMMIT_AUTHOR" >> $GITHUB_OUTPUT - name: Commit and push changes - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: commit-message: Update documentation committer: GitHub diff --git a/.github/workflows/update-docs-dbschema.yml b/.github/workflows/update-docs-dbschema.yml index c98838b220..8d69fc8631 100644 --- a/.github/workflows/update-docs-dbschema.yml +++ b/.github/workflows/update-docs-dbschema.yml @@ -27,7 +27,7 @@ jobs: echo "commit_date=$COMMIT_DATE" >> $GITHUB_OUTPUT echo "commit_author=$COMMIT_AUTHOR" >> $GITHUB_OUTPUT - name: Commit and push changes - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: commit-message: Update DB schema committer: GitHub diff --git a/.github/workflows/update-docs-helm.yml b/.github/workflows/update-docs-helm.yml index 758af0e1d3..4ac72a344a 100644 --- a/.github/workflows/update-docs-helm.yml +++ b/.github/workflows/update-docs-helm.yml @@ -39,7 +39,7 @@ jobs: echo "commit_date=$COMMIT_DATE" >> $GITHUB_OUTPUT echo "commit_author=$COMMIT_AUTHOR" >> $GITHUB_OUTPUT - name: Commit and push changes - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: commit-message: Update helm documentation committer: GitHub