From 8677b25e14a568f37f6c83f56af921e951129fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:38:02 +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-OTHER.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PUSH-OTHER.yml b/.github/workflows/PUSH-OTHER.yml index 9646d9b..6802e3b 100644 --- a/.github/workflows/PUSH-OTHER.yml +++ b/.github/workflows/PUSH-OTHER.yml @@ -83,7 +83,7 @@ jobs: - name: PR - bugfix (conditional) if: startsWith(github.ref, 'refs/heads/bug') - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }}