From 6efe7020d82949085328c27bf41fbfbc9e8b058a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:56:23 +0000 Subject: [PATCH] chore(deps): bump neondatabase/create-branch-action from 5 to 6 Bumps [neondatabase/create-branch-action](https://github.com/neondatabase/create-branch-action) from 5 to 6. - [Release notes](https://github.com/neondatabase/create-branch-action/releases) - [Commits](https://github.com/neondatabase/create-branch-action/compare/v5...v6) --- updated-dependencies: - dependency-name: neondatabase/create-branch-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/neon_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neon_workflow.yml b/.github/workflows/neon_workflow.yml index ed8a471..9f75cd5 100644 --- a/.github/workflows/neon_workflow.yml +++ b/.github/workflows/neon_workflow.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Create Neon Branch id: create_neon_branch - uses: neondatabase/create-branch-action@v5 + uses: neondatabase/create-branch-action@v6 with: project_id: ${{ vars.NEON_PROJECT_ID }} branch_name: preview/pr-${{ github.event.number }}-${{ needs.setup.outputs.branch }}