From cfb32bbbf05e1ba9f53f1e73562e8d16b26f5114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:08:19 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 (#1443) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-sysdig-deploy-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-sysdig-deploy-chart.yaml b/.github/workflows/update-sysdig-deploy-chart.yaml index be9eb8ab0..76598bbf1 100644 --- a/.github/workflows/update-sysdig-deploy-chart.yaml +++ b/.github/workflows/update-sysdig-deploy-chart.yaml @@ -42,7 +42,7 @@ jobs: - name: Create Pull Request if: steps.dependent_files.outputs.any_changed == 'true' - uses: peter-evans/create-pull-request@v5.0.1 + uses: peter-evans/create-pull-request@v5.0.2 with: title: "chore(sysdig-deploy): Automatic version bump due to updated dependencies" base: master