diff --git a/.github/workflows/neon.yml b/.github/workflows/neon.yml index 4f5b2fa..cc0786c 100644 --- a/.github/workflows/neon.yml +++ b/.github/workflows/neon.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 }}