From 1ac7ec296fca59fbb573cb9bcdd42864b537a4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:36:50 +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-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index 959a3b36..32e0fb50 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - 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