From 4ebde7f2b0f79c36ee2fdbe09a952e096e5eeb10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:04:10 +0300 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 6.0.3 to 6.0.4 (#3127) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c55203cfde3e5c11a452d352b4393e68b85b4533...9153d834b60caba6d51c9b9510b087acf9f33f83) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 32a28280df..6158a48b31 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@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4 with: commit-message: Update documentation committer: GitHub diff --git a/.github/workflows/update-docs-dbschema.yml b/.github/workflows/update-docs-dbschema.yml index 5243d8539b..1c79e29efa 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@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4 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 e0f5783087..8ab166e3ee 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@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4 with: commit-message: Update helm documentation committer: GitHub