From 4d8d3cb24e25d98fcab27bbd3cf9e29c961b1ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 23:28:24 +0000 Subject: [PATCH] Bump devops-infra/action-pull-request from 0.5.5 to 0.6.0 Bumps [devops-infra/action-pull-request](https://github.com/devops-infra/action-pull-request) from 0.5.5 to 0.6.0. - [Release notes](https://github.com/devops-infra/action-pull-request/releases) - [Commits](https://github.com/devops-infra/action-pull-request/compare/v0.5.5...v0.6.0) --- updated-dependencies: - dependency-name: devops-infra/action-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push-to-develop.yml | 2 +- .github/workflows/push-to-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-to-develop.yml b/.github/workflows/push-to-develop.yml index 59f89da2710d..c23479bf922a 100644 --- a/.github/workflows/push-to-develop.yml +++ b/.github/workflows/push-to-develop.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 filter: blob:none - name: Run the action - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: develop diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index e558b7db0ce2..66d0fb16cabb 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 filter: blob:none - name: Run the action - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: main