From 4f0b7596a6590b7093eb5ed06728ede12b583990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:55:18 +0000 Subject: [PATCH] Bump Vankka/pr-target-branch-action from 2 to 3 Bumps [Vankka/pr-target-branch-action](https://github.com/vankka/pr-target-branch-action) from 2 to 3. - [Release notes](https://github.com/vankka/pr-target-branch-action/releases) - [Commits](https://github.com/vankka/pr-target-branch-action/compare/v2...v3) --- updated-dependencies: - dependency-name: Vankka/pr-target-branch-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/change-pr-target.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/change-pr-target.yml b/.github/workflows/change-pr-target.yml index eb12a30c..af419d11 100644 --- a/.github/workflows/change-pr-target.yml +++ b/.github/workflows/change-pr-target.yml @@ -8,7 +8,7 @@ jobs: check-branch: runs-on: ubuntu-latest steps: - - uses: Vankka/pr-target-branch-action@v2 + - uses: Vankka/pr-target-branch-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: