From 87f57b3f6aeb6bb93ed42d9ff2755b983ee8dd35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:07:26 +0000 Subject: [PATCH] Bump vsoch/pull-request-action from 1.0.24 to 1.1.0 Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.24 to 1.1.0. - [Release notes](https://github.com/vsoch/pull-request-action/releases) - [Changelog](https://github.com/vsoch/pull-request-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/vsoch/pull-request-action/compare/1.0.24...1.1.0) --- updated-dependencies: - dependency-name: vsoch/pull-request-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pull-request.yaml b/.github/workflows/auto-pull-request.yaml index 4d0171a..df591e2 100644 --- a/.github/workflows/auto-pull-request.yaml +++ b/.github/workflows/auto-pull-request.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pull-request-action - uses: vsoch/pull-request-action@1.0.24 + uses: vsoch/pull-request-action@1.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PULL_REQUEST_BRANCH: "develop"